To avoid using bundle exec or creating rvm gemsets

Posted Over 11 years ago. Visible to the public.
  1. Add to the end your .bash_profile export PATH="./vendor/bundle/bin:$PATH"
  2. Also add alias bi="bundle install --path vendor/bundle --binstubs=vendor/bundle/bin"
  3. Then to bundle install next time just use bi

Now no more bundle exec before any rake, cap, spec or anything else :)

Nasir Jamal
Posted by Nasir Jamal to HouseTrip Deck (2012-10-12 08:18)