Guest User

Untitled

a guest
May 1st, 2012
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. gem install rails does not install rails
  2. root@li44-48:/# gem install rails
  3. Successfully installed rails-3.2.1
  4. 1 gem installed
  5. Installing ri documentation for rails-3.2.1...
  6. Installing RDoc documentation for rails-3.2.1...
  7.  
  8. root@li44-48:/# rails
  9. -bash: rails: command not found
  10.  
  11. RubyGems Environment:
  12. - RUBYGEMS VERSION: 1.8.15
  13. - RUBY VERSION: 1.9.3 (2011-10-30 patchlevel 0) [i686-linux]
  14. - INSTALLATION DIRECTORY: /usr/lib/ruby/gems/1.9.1
  15. - RUBY EXECUTABLE: /usr/bin/ruby
  16. - EXECUTABLE DIRECTORY: /usr/bin
  17. - RUBYGEMS PLATFORMS:
  18. - ruby
  19. - x86-linux
  20. - GEM PATHS:
  21. - /usr/lib/ruby/gems/1.9.1
  22. - /root/.gem/ruby/1.9.1
  23. - GEM CONFIGURATION:
  24. - :update_sources => true
  25. - :verbose => true
  26. - :benchmark => false
  27. - :backtrace => false
  28. - :bulk_threshold => 1000
  29. - REMOTE SOURCES:
  30. - http://rubygems.org/
  31.  
  32. sudo gem install rails
Advertisement
Add Comment
Please, Sign In to add comment