Skip to content

Instantly share code, notes, and snippets.

View evandcoleman's full-sized avatar

Evan Coleman evandcoleman

View GitHub Profile
@evandcoleman
evandcoleman / gist:5776606
Created June 13, 2013 19:28
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