-
-
Save simonknoll/1b2229c13ef0cf434a0b to your computer and use it in GitHub Desktop.
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
denkfabrik:~ simon$ /Users/simon/.rvm/bin/rvm list | |
rvm rubies | |
ruby-1.9.2-p290 [ x86_64 ] | |
denkfabrik:~ simon$ /Users/simon/.rvm/bin/rvm use 1.9.2 | |
Using /Users/simon/.rvm/gems/ruby-1.9.2-p290 | |
denkfabrik:~ simon$ ruby -version | |
ruby 1.8.7 (2010-01-10 patchlevel 249) [universal-darwin11.0] | |
-e:1: undefined local variable or method `rsion' for main:Object (NameError) | |
denkfabrik:~ simon$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment