Skip to content

Instantly share code, notes, and snippets.

@zslabs
Created January 15, 2014 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zslabs/8438257 to your computer and use it in GitHub Desktop.
Save zslabs/8438257 to your computer and use it in GitHub Desktop.
Install Ruby (RVM)
\curl -L https://get.rvm.io | bash -s stable
source /usr/local/rvm/scripts/rvm
rvm requirements
rvm install ruby
rvm use ruby --default
rvm rubygems current
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment