Skip to content

Instantly share code, notes, and snippets.

@arwagner
Created October 21, 2011 01:21
Show Gist options
  • Save arwagner/1302872 to your computer and use it in GitHub Desktop.
Save arwagner/1302872 to your computer and use it in GitHub Desktop.
/Users/andrewwagner> which ruby
ruby not found
/Users/andrewwagner> rvm list
rvm rubies
ruby-1.9.2-p290 [ i386 ]
/Users/andrewwagner> rvm use 1.9.2
Using /Users/andrewwagner/.rvm/gems/ruby-1.9.2-p290
/Users/andrewwagner> rvm list
rvm rubies
ruby-1.9.2-p290 [ i386 ]
/Users/andrewwagner> which ruby
ruby not found
/Users/andrewwagner>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment