Skip to content

Instantly share code, notes, and snippets.

@jamie
Created May 7, 2013 03:00
Show Gist options
  • Select an option

  • Save jamie/5529980 to your computer and use it in GitHub Desktop.

Select an option

Save jamie/5529980 to your computer and use it in GitHub Desktop.
goddamn it, Bundler...
% cat .bundle/config
---
BUNDLE_DISABLE_SHARED_GEMS: '1'
BUNDLE_BIN: tmp/bin
BUNDLE_PATH: tmp
% ls tmp/bin/rails
tmp/bin/rails
% bundle exec rails
bundler: command not found: rails
Install missing gem executables with `bundle install`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment