Skip to content

Instantly share code, notes, and snippets.

@niquola
Created November 29, 2011 23:13
Show Gist options
  • Save niquola/1407086 to your computer and use it in GitHub Desktop.
Save niquola/1407086 to your computer and use it in GitHub Desktop.
rvm on ubuntu
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
#then
source ~/.rvm/scripts/rvm #in .zshrc
#then restart console
rvm list known
rvm install 1.9.3
rvm use 1.9.3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment