- Add to the end your .bash_profile
export PATH="./vendor/bundle/bin:$PATH"
- Also add
alias bi="bundle install --path vendor/bundle --binstubs=vendor/bundle/bin"
- Then to bundle install next time just use
bi
Now no more bundle exec
before any rake, cap, spec or anything else :)
Posted by Nasir Jamal to HouseTrip Deck (2012-10-12 08:18)