Created
September 1, 2011 12:41
-
-
Save oleksiilevzhynskyi/1186087 to your computer and use it in GitHub Desktop.
Removing rvm
This file contains 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 characters
rvm implode | |
rm ~/.rvmrc | |
curl -s https://rvm.beginrescueend.com/install/rvm -o rvm-installer ; chmod +x rvm-installer ; ./rvm-installer --version 1.8.0 | |
; | |
rvm implode | |
gem uninstall rvm | |
rm -rf ~/.rvm | |
rm /private/etc/rvmrc (!!!!!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment