I\'ve just made the switch from rvm to rbenv and I\'m trying to use bundler for gem management. After running bundle install and trying to run
bundle install
Have you run
rbenv rehash
This will provide shims for all ruby binaries, including ones installed by gems.