Skip to content

Instantly share code, notes, and snippets.

@camiloribeiro
Created March 4, 2014 13:31
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 camiloribeiro/9346567 to your computer and use it in GitHub Desktop.
Save camiloribeiro/9346567 to your computer and use it in GitHub Desktop.
Installing rvm and most common ruby versions (require curl installed!)
\curl -sSL https://get.rvm.io | bash -s stable --ruby
source ~/.profile
rvm install ruby-1.8.7-p374
rvm install ruby-1.9.1-p431
rvm install ruby-1.9.3-p484
rvm install ruby-2.0.0-p353
rvm install ruby-2.1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment