Command not found/Install missing gem binaries with 'bundle install' using autotest Command not found/Install missing gem binaries with 'bundle install' using autotest bash bash

Command not found/Install missing gem binaries with 'bundle install' using autotest


bundle install --binstubs will install all the executables from your bundle into a local bin directory in your project (see http://gembundler.com/), then you could run ./bin/autotest.


Just restart the terminal tab and try again. That should fix it.


I had a similar error

bundler: command not found: thinInstall missing gem executables with `bundle install`

Running the following command added the required gems:

bundle install --deployment