Created
March 25, 2017 01:47
-
-
Save cheesepaulo/1c58b8a434c15b8b56bf871707d1b7d1 to your computer and use it in GitHub Desktop.
Installing Ruby With RVM
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 -L https://get.rvm.io | bash -s stable --ruby | |
rvm install 1.9.3 | |
rvm use 1.9.3 | |
rvm rubygems latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment