Skip to content

Instantly share code, notes, and snippets.

@agrimm
Created December 29, 2010 12:25
Show Gist options
  • Save agrimm/758481 to your computer and use it in GitHub Desktop.
Save agrimm/758481 to your computer and use it in GitHub Desktop.
Something amusing after trying to do ruby -e , eh?
192-168-1-2:~ agrimm$ rvm rake
[Whole bunch of error messages snipped - there's no rakefile here.]
192-168-1-2:~ agrimm$ rvm ruby -e "puts 'eh'"
'ruby not found for jruby-1.5.2' either does not exist or is not executable? :(
'ruby not found for jruby-1.5.3' either does not exist or is not executable? :(
-e:1: undefined local variable or method `e' for main:Object (NameError)
eh
eh
An exception occurred running -e
Unable to find a script '-e' to run (LoadError)
Backtrace:
Rubinius::Loader#script at kernel/loader.rb:471
Rubinius::Loader#main at kernel/loader.rb:571
Rubinius::Loader.main at kernel/loader.rb:609
Object#__script__ at kernel/loader.rb:621
An exception occurred running -e
Unable to find a script '-e' to run (LoadError)
Backtrace:
Rubinius::Loader#script at kernel/loader.rb:471
Rubinius::Loader#main at kernel/loader.rb:571
Rubinius::Loader.main at kernel/loader.rb:609
Object#__script__ at kernel/loader.rb:621
eh
eh
eh
eh
eh
eh
eh
eh
eh
192-168-1-2:~ agrimm$ rvm rake
env: jruby: No such file or directory
eh
eh
eh
'rake not found for maglev-24566' either does not exist or is not executable? :(
eh
eh
eh
eh
eh
eh
eh
eh
# All I can say is eh?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment