Created
December 5, 2010 20:17
-
-
Save agrimm/729425 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
# This version was updated 2010-12-05 Sydney time | |
agrimm@agrimm-virtual-machine:~$ rvm --version | |
rvm 1.1.2 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/] | |
agrimm@agrimm-virtual-machine:~$ rvm list | |
rvm rubies | |
ruby-1.9.2-head [ x86_64 ] | |
ruby-head [ x86_64 ] | |
ruby-1.8.7-p302 [ x86_64 ] | |
rbx-head [ ] | |
ruby-1.9.2-p0 [ x86_64 ] | |
ree-1.8.7-2010.02 [ x86_64 ] | |
jruby-1.5.5 [ amd64-java ] | |
ruby-1.9.2-rc2 [ x86_64 ] | |
# Have problems with both JRuby and Rubinius | |
agrimm@agrimm-virtual-machine:~$ rvm ruby -e ' defined?(RUBY_ENGINE) ? engine = RUBY_ENGINE : engine = "Unknown"; puts [engine, RUBY_VERSION, RUBY_PATCHLEVEL].join(" ") ' | |
ruby 1.9.2 53 | |
ruby 1.9.3 -1 | |
Unknown 1.8.7 302 | |
An exception occurred running -e | |
unable to find Rubinius command '-e' (LoadError) | |
Backtrace: | |
Rubinius::Loader#script at kernel/loader.rb:510 | |
Rubinius::Loader#main at kernel/loader.rb:616 | |
Rubinius::Loader.main at kernel/loader.rb:655 | |
Object#__script__ at kernel/loader.rb:666 | |
ruby 1.9.2 0 | |
ruby 1.8.7 253 | |
-e:1: undefined local variable or method `e' for main:Object (NameError) | |
ruby 1.9.2 -1 | |
# Rubinius was installed 2010-12-05 as well | |
agrimm@agrimm-virtual-machine:~$ rvm use rbx | |
Using /home/agrimm/.rvm/gems/rbx-head | |
agrimm@agrimm-virtual-machine:~$ ruby --version | |
rubinius 1.1.1 (1.8.7 b1f0998e 2010-11-16 JI) [x86_64-unknown-linux-gnu] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment