Guest User

Untitled

a guest
May 26th, 2018
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Last login: Tue May 25 10:39:57 2010 from c-76-119-185-62.hsd1.ma.comcast.net
  2. root@matt:~# type rake
  3. rake is /usr/local/rvm/gems/ruby-1.9.2-head/bin/rake
  4. root@matt:~# echo $GEM_HOME $GEM_PATH
  5. /usr/local/rvm/gems/ruby-1.9.2-head
  6. root@matt:~# rake
  7. /usr/local/rvm/rubies/ruby-1.9.2-head/lib/ruby/1.9.1/rubygems.rb:335:in `bin_path': can't find executable rake for rake-0.8.7 (Gem::Exception)
  8. from <internal:gem_prelude>:282:in `method_missing'
  9. from /usr/local/rvm/gems/ruby-1.9.2-head/bin/rake:19:in `<main>'
  10. root@matt:~# rvm use 1.9.2-head
  11.  
  12. Using ruby 1.9.2 head
  13. root@matt:~# type rake
  14. rake is /usr/local/rvm/gems/ruby-1.9.2-head/bin/rake
  15. root@matt:~# echo $GEM_HOME $GEM_PATH
  16. /usr/local/rvm/gems/ruby-1.9.2-head /usr/local/rvm/gems/ruby-1.9.2-head:/usr/local/rvm/gems/ruby-1.9.2-head@global
  17. root@matt:~# rake
  18. rake aborted!
  19. No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb)
  20. /usr/local/rvm/gems/ruby-1.9.2-head/gems/rake-0.8.7/lib/rake.rb:2377:in `raw_load_rakefile'
  21. (See full trace by running task with --trace)
  22. root@matt:~#
Add Comment
Please, Sign In to add comment