Created
September 5, 2011 02:42
-
-
Save zolzaya/1193943 to your computer and use it in GitHub Desktop.
Installing Ruby using 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
# installing ruby | |
rvm install 1.9.2 | |
# set default | |
rvm use --default 1.9.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment