How can I remove RVM (Ruby Version Manager) from my system?
Run:
rvm implode
Now you need to uninstall the RVM gem using:
gem uninstall rvm
Check if there are any remaining RVM files in your home directory, if yes remove them.
Go to the home directory and list all hidden files:
ls -a rm .rvm rm .rvmrc