rbenv / rbenv-gem-rehash

DEPRECATED - Never run `rbenv rehash` again
MIT License
366 stars 10 forks source link

Better coexistence with `bundle install` #11

Open deiga opened 11 years ago

deiga commented 11 years ago

I'm noticing a lot of rbenv: cannot rehash: /usr/local/var/rbenv/shims/.rbenv-shim exists while running bundle install as it runs a rehash after each installed gem.

Would it be possible to suppress these warnings or just make it run the rehash only after the bundle install complete?

bkuhlmann commented 10 years ago

Ran into this issue as well but only after setting the bundler job count for the first time (i.e. bundle config --global jobs 7). It seems that performing multiple gem installs at the same time confuses rbenv rehash.

manuelmeurer commented 10 years ago

+1

vyorkin commented 9 years ago

yep, that is the case for me either

lustremedia commented 9 years ago

+1

minktom commented 9 years ago

+1