Open deiga opened 11 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
.
+1
yep, that is the case for me either
+1
+1
I'm noticing a lot of
rbenv: cannot rehash: /usr/local/var/rbenv/shims/.rbenv-shim exists
while runningbundle 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?