Created
July 28, 2011 16:45
-
-
Save tal/1111909 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
| /web/blackbird (master)$ rvm jruby exec rackup config.ru | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:827:in `report_activate_error': Could not find RubyGem rack (>= 0) (Gem::LoadError) | |
| from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:261:in `activate' | |
| from /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems.rb:68:in `gem' | |
| from /usr/bin/rackup:18 | |
| /web/blackbird (master)$ rvm current | |
| jruby-1.6.3 | |
| /web/blackbird (master)$ gem install rack | |
| Warning: JRuby home "/Users/tatlas/.rvm/rubies/jruby-1.6.2" does not exist, using /var/folders/rx/rx4LWfIRGeGhnQFdIKPb3pzFZsc/-Tmp-/ | |
| LoadError: no such file to load -- rubygems | |
| require at org/jruby/RubyKernel.java:1038 | |
| (root) at /Users/tatlas/.rvm/rubies/jruby-1.6.3/bin/gem:12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment