刚刚将rubygems-bundler
从1.2.2更新为 1.3.0
不确定,确切地说,这是问题所在,但是现在我遇到了以下错误:
$ bundle update
env: ruby_executable_hooks: No such file or directory
$ bundle install
env: ruby_executable_hooks: No such file or directory
最佳答案
请在此处打开错误:https://github.com/mpapis/executable-hooks/issues
作为临时解决方法,请尝试:
rvm @global do gem regenerate_binstubs
gem regenerate_binstubs
更新1:
作为https://github.com/mpapis/executable-hooks/issues/6版本的修复程序,已发布
1.2.1
的executable-hooks
-应该可以解决该问题。更新2:
以下问题https://github.com/mpapis/executable-hooks/issues/7 https://github.com/mpapis/executable-hooks/issues/8和
1.2.3
的executable-hooks
版本中的最终修复关于rubygems - bundle 更新: env: ruby_executable_hooks: No such file or directory,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18936933/