Created
September 6, 2010 17:05
-
-
Save NilsHaldenwang/567270 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
rvm use 1.8.7 | |
info: Using ruby 1.8.7 p302 | |
rake | |
/usr/bin/rake:27:in `require': no such file to load -- rake (LoadError) | |
from /usr/bin/rake:27 | |
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
rvm use 1.9.2 | |
info: Using ruby 1.9.2 p0 | |
rake | |
rake aborted! | |
No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2367:in `raw_load_rakefile' | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2007:in `block in load_rakefile' | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2058:in `standard_exception_handling' | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:2006:in `load_rakefile' | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/rake.rb:1991:in `run' | |
/home/nils/.rvm/rubies/ruby-1.9.2-p0/bin/rake:36:in `<main>' |
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
rvm use jruby | |
info: Using jruby 1.5.2 | |
/home/nils/.rvm/rubies/jruby-1.5.2/lib/ruby/site_ruby/1.8/rubygems.rb:777:in `report_activate_error': Could not find RubyGem rake (>= 0) (Gem::LoadError) | |
from /home/nils/.rvm/rubies/jruby-1.5.2/lib/ruby/site_ruby/1.8/rubygems.rb:211:in `activate' | |
from /home/nils/.rvm/rubies/jruby-1.5.2/lib/ruby/site_ruby/1.8/rubygems.rb:1056:in `gem' | |
from /home/nils/.rvm/rubies/jruby-1.5.2/bin/rake:18 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment