Skip to content

Instantly share code, notes, and snippets.

@evandcoleman
Created June 13, 2013 19:28
Show Gist options
  • Save evandcoleman/5776606 to your computer and use it in GitHub Desktop.
Save evandcoleman/5776606 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.3
Install RVM:
\curl -L https://get.rvm.io | bash
Install ruby 1.9.3:
rvm install 1.9.3
Select version:
rvm use ruby-1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment