Learn How to Remove RVM From Linux Mac or Windows Servers
rvm implode
This will remove the
rvm/ directory and all the rubies built within it. In order to remove the final trace of rvm, you need to remove the rvm gem, too:gem uninstall rvm
If you've made modifications to your
PATH you might want to pull those, too. Check your .bashrc,.profile and .bash_profile files, among other things.
You may also have an
/etc/rvmrc file, or one in your home directory ~/.rvmrc that may need to be removed as well.Tags: Ruby on Rails Tutorials, Ruby on Rails Videos, Ruby Gems, Gems Use trick, Ruby code, Rails servers

Comments
Post a Comment