Created
March 25, 2010 13:04
-
-
Save jimweirich/343526 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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