Created
October 11, 2017 16:56
-
-
Save ishtiaque05/091de726d491e979af814bccfac258e5 to your computer and use it in GitHub Desktop.
Revisions
-
ishtiaque05 created this gist
Oct 11, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ There's a simple command built-in that will pull it: 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.