Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active August 29, 2015 14:10
Show Gist options
  • Save ssmythe/56270e7d20dbb1d482e2 to your computer and use it in GitHub Desktop.
Save ssmythe/56270e7d20dbb1d482e2 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 2.0.0
rvm use 2.0.0
rvm --default use 2.0.0
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