Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Created August 4, 2015 21:04
Show Gist options
  • Save ssmythe/d8bbb792f5fdb63a8b1b to your computer and use it in GitHub Desktop.
Save ssmythe/d8bbb792f5fdb63a8b1b to your computer and use it in GitHub Desktop.
\curl -sSL https://rvm.io/mpapis.asc | gpg2 --import -
\curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm --version
rvm install 1.9.3
rvm use 1.9.3
rvm --default use 1.9.3
rvm docs generate-ri
rvm default
ruby --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment