Created
November 1, 2011 07:20
-
-
Save taylor/1330089 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
| 31239:[0] $ rvm gemset create mojolingo | |
| 'mojolingo' gemset created (/Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo). | |
| 31240:[0] $ )`use': rvm use jruby@mojolingo | |
| Using /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4 with gemset mojolingo | |
| 31241:[0] $ gem install bundler | |
| Fetching: bundler-1.0.21.gem (100%) | |
| LoadError: no such file to load -- rubygems/commands/ctags_command | |
| require at org/jruby/RubyKernel.java:1047 | |
| require at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29 | |
| (root) at /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@global/gems/gem-ctags-1.0.2/lib/rubygems_plugin.rb:6 | |
| call at org/jruby/RubyProc.java:262 | |
| install at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/installer.rb:189 | |
| each at org/jruby/RubyArray.java:1603 | |
| install at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/installer.rb:188 | |
| install at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:284 | |
| each at org/jruby/RubyArray.java:1603 | |
| install at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/dependency_installer.rb:254 | |
| execute at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:120 | |
| each at org/jruby/RubyArray.java:1603 | |
| execute at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/commands/install_command.rb:115 | |
| invoke at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/command.rb:278 | |
| process_args at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:133 | |
| run at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/command_manager.rb:103 | |
| run at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/lib/ruby/site_ruby/1.8/rubygems/gem_runner.rb:63 | |
| (root) at /Users/taylor/sw/depot/rvm/rubies/jruby-1.6.4/bin/gem:25 | |
| $> env |grep JRUBY | |
| JRUBY_OPTS=--1.9 --ng | |
| 31243:[0] $ JRUBY_OPTS="" gem install bundler | |
| Successfully installed bundler-1.0.21 | |
| 1 gem installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment