Skip to content

Instantly share code, notes, and snippets.

@wrburgess
Created April 28, 2012 21:12
Show Gist options
  • Select an option

  • Save wrburgess/2522067 to your computer and use it in GitHub Desktop.

Select an option

Save wrburgess/2522067 to your computer and use it in GitHub Desktop.
Setting up Ruby on a Mac OSX Lion

check the ruby version:

ruby -v

install the newest ruby version:

rvm install 1.9.3

instruct rvm to use the latest ruby:

rvm use 1.9.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment