Skip to content

Instantly share code, notes, and snippets.

@mwotton
Created June 20, 2011 08:14
Show Gist options
  • Save mwotton/1035287 to your computer and use it in GitHub Desktop.
Save mwotton/1035287 to your computer and use it in GitHub Desktop.
bundler weirdness
root@ubuntu:/var/lib/gems/1.9.2/gems# gem list bundler
*** LOCAL GEMS ***
root@ubuntu:/var/lib/gems/1.9.2/gems# gem install bundler
Successfully installed bundler-1.0.15
1 gem installed
Installing ri documentation for bundler-1.0.15...
Installing RDoc documentation for bundler-1.0.15...
root@ubuntu:/var/lib/gems/1.9.2/gems# bundle
Could not locate Gemfile
root@ubuntu:/var/lib/gems/1.9.2/gems# irb -rubygems -rbundler
/usr/lib/ruby/1.9.2/irb/init.rb:280:in `require':LoadError: no such file to load -- bundler
irb(main):001:0>
root@ubuntu:/var/lib/gems/1.9.2/gems# which irb;which bundle;which gem
/usr/bin/irb
/var/lib/gems/1.9.2/bin//bundle
/usr/bin/gem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment