How can I remove rvm (ruby version manager) from my system?
|
There's a simple command built-in that will pull it:
This will remove the
If you've made modifications to your You may also have an |
|||||||||||||||||||||
|
|
In addition to @tadman's answer I removed the wrappers in The wrappers include:
|
|||
|
|
|
If the other answers don’t remove RVM throughly enough for you, RVM’s Troubleshooting page contains this section:
|
|||
|
|
|
Note that if you installed rvm via apt-get, you have to run some further steps than rvm implode or apt-get remove ruby-rvm to get it to really uninstall, see Installing RVM on Ubuntu |
|||
|
|
|
Remove rvm load script from /.bash_rc or /.zsh_rc Then rm -rf /.rvm Or rvm implode |
|||
|
|
rvm-- it could be its 'obtrusiveness' -- butrbenvis a a worthwhile alternative.You can still manage multiple Ruby versions on your system, but it doesn't override shell commands, doesn't manage gemsets (Bundler is more than sufficient), and doesn't need to be loaded in the shell. – jschulenklopper Oct 20 '12 at 19:36