Created
January 15, 2014 15:28
-
-
Save zslabs/8438257 to your computer and use it in GitHub Desktop.
Install Ruby (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 | |
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