Created
March 4, 2014 13:31
-
-
Save camiloribeiro/9346567 to your computer and use it in GitHub Desktop.
Installing rvm and most common ruby versions (require curl installed!)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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