Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use global bundle config for binstubs path #110

Closed
gylaz opened this issue Feb 26, 2013 · 2 comments
Closed

Use global bundle config for binstubs path #110

gylaz opened this issue Feb 26, 2013 · 2 comments

Comments

@gylaz
Copy link
Contributor

gylaz commented Feb 26, 2013

You can create a config file ~/.bundle/config and put this in it:

---                                                                             
  BUNDLE_BIN: ./.bundle/bin

The path can be whatever we standardize on, like ./bin/stubs, but I thought ./.bundle/bin was pretty self explanatory.

Anyway, setting the global bundler config like that will always install the bundle binaries into ./.bundle/bin by just running bundle or bundle install. You don't need to provide --binstubs flag.

@jferris
Copy link
Member

jferris commented Feb 26, 2013

Cool - I didn't know bundler looks for ~/.bundle. Would love to see a pull request.

@gylaz
Copy link
Contributor Author

gylaz commented Jan 20, 2014

Closing this since we already standardized on binstubbing into ./bin.

@gylaz gylaz closed this as completed Jan 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants