Skip to content

Instantly share code, notes, and snippets.

@bryanwoods
Created June 6, 2012 20:47
Show Gist options
  • Save bryanwoods/2884669 to your computer and use it in GitHub Desktop.
Save bryanwoods/2884669 to your computer and use it in GitHub Desktop.
Installing Ruby 1.9.3 with RVM
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)
source ~/.bash_login
rvm install 1.9.3
rvm use 1.9.3 --default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment