Skip to content

Instantly share code, notes, and snippets.

@qpark99
Created July 9, 2013 08:58
Show Gist options
  • Save qpark99/5955817 to your computer and use it in GitHub Desktop.
Save qpark99/5955817 to your computer and use it in GitHub Desktop.
rvm install; ruby 2.0 install;
# rvm install
curl -L https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 2.0
rvm --default use 2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment