Skip to content

Instantly share code, notes, and snippets.

@jimweirich
Created March 25, 2010 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jimweirich/343526 to your computer and use it in GitHub Desktop.
Save jimweirich/343526 to your computer and use it in GitHub Desktop.
# Switch to Ruby 1.8.7
rvm use 1.8.7
# Print out the ruby version
ruby -v
# But the output of this is:
#
# $ ./tryrvm
# <i> Now using ruby 1.8.7 p249 </i>
# ruby 1.8.6 (2010-02-05 patchlevel 399) [i686-darwin9.8.0]
#
# Why?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment