Skip to content

Instantly share code, notes, and snippets.

@hicolour
Created May 7, 2014 18:23
Show Gist options
  • Save hicolour/8c39313fbcb07b2fd298 to your computer and use it in GitHub Desktop.
Save hicolour/8c39313fbcb07b2fd298 to your computer and use it in GitHub Desktop.
rvm-on-ubuntu
sudo apt-get --purge remove ruby-rvm
sudo rm -rf /usr/share/ruby-rvm /etc/rvmrc /etc/profile.d/rvm.sh
env | grep rvm
\curl -L https://get.rvm.io |
bash -s stable --ruby --autolibs=enable --auto-dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment