Skip to content

Instantly share code, notes, and snippets.

@esparkman
Created October 11, 2012 04:29
Show Gist options
  • Save esparkman/3870169 to your computer and use it in GitHub Desktop.
Save esparkman/3870169 to your computer and use it in GitHub Desktop.
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