Skip to content

Instantly share code, notes, and snippets.

@Rafailong
Created December 5, 2013 20:00
Show Gist options
  • Save Rafailong/7812836 to your computer and use it in GitHub Desktop.
Save Rafailong/7812836 to your computer and use it in GitHub Desktop.
uninstall rvm in Mac OS X
rm -rf .rvm*
#Next you’ll want to remove the following line from your .bash_profile
[text]
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
[/text]
#You’ll then want to remove the /etc/rvmrc file as this has some information about the RVM install in your /home folder
[bash]
sudo rm -rf /etc/rvm*
[/bash]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment