-
-
Save abdollar/859831 to your computer and use it in GitHub Desktop.
Quick rvm helper commands
This file contains 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
rvm install 1.9.2 -C --with-readline-dir=/opt/local,--build=x86_64-apple-darwin10 | |
rvm use --create 1.9.2@rails3 | |
rvm use --create 1.9.2@rails2 | |
rvm use system | |
rvm use 1.9.2@rails3 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment