Skip to content

Instantly share code, notes, and snippets.

@zolzaya
Created September 5, 2011 02:42
Show Gist options
  • Save zolzaya/1193943 to your computer and use it in GitHub Desktop.
Save zolzaya/1193943 to your computer and use it in GitHub Desktop.
Installing Ruby using RVM
# installing ruby
rvm install 1.9.2
# set default
rvm use --default 1.9.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment