Created
May 7, 2013 03:00
-
-
Save jamie/5529980 to your computer and use it in GitHub Desktop.
goddamn it, Bundler...
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
| % 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