Skip to content

Instantly share code, notes, and snippets.

@xarimanx
Forked from oleksiilevzhynskyi/gist:1186087
Created February 11, 2012 11:23
Show Gist options
  • Save xarimanx/1798863 to your computer and use it in GitHub Desktop.
Save xarimanx/1798863 to your computer and use it in GitHub Desktop.
Removing rvm
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