Created
March 21, 2012 09:37
-
-
Save khelll/2145824 to your computer and use it in GitHub Desktop.
RVM
This file contains hidden or 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
# Default ruby is 1.9.3, but opening a new shell results in having 1.9.2 instead! | |
~|⇒ ruby -v | |
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.2.0] | |
~|⇒ rvm list default | |
Default Ruby (for new shells) | |
ruby-1.9.3-p125 [ x86_64 ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment