Created
October 12, 2013 23:30
-
-
Save deiga/6956150 to your computer and use it in GitHub Desktop.
Fully remove RVM installation
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 characters
#!/bin/bash | |
/usr/bin/sudo rm -rf $HOME/.rvm $HOME/.rvmrc /etc/rvmrc /etc/profile.d/rvm.sh /usr/local/rvm /usr/local/bin/rvm | |
/usr/bin/sudo /usr/sbin/groupdel rvm | |
/bin/echo "RVM is removed. Please check all .bashrc|.bash_profile|.profile|.zshrc for RVM source lines and delete or comment out if this was a Per-User installation." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment