Created
October 11, 2012 04:29
-
-
Save esparkman/3870169 to your computer and use it in GitHub Desktop.
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
| echo "Installing RVM (Ruby Version Manager) and Ruby 1.9.3, which becomes the default ..." | |
| successfully curl -L https://get.rvm.io | bash -s -- --version 1.15.10 --ruby | |
| successfully q | |
| successfully echo " | |
| # RVM | |
| [[ -s '/Users/`whoami`/.rvm/scripts/rvm' ]] && source '/Users/`whoami`/.rvm/scripts/rvm'" >> ~/.bash_profile | |
| successfully source ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment