我对 ruby 和 rbenv 完全陌生,但我正试图让这个“bwoken”应用程序与 rbenv 一起工作。
这是 bwoken,它用于 iOS UIAutomation 测试: https ://github.com/bendyworks/bwoken
我的问题是如何为 rbenv 添加钩子?
它说:
Ensure your after_cd_bundler rvm hook is enabled:
$ chmod u+x ~/.rvm/hooks/after_cd_bundler
Then, add the following line to your Rakefile:
好的,所以我在这里看到版本历史记录中的评论
https://github.com/sstephenson/rbenv
这么说:
Added /usr/lib/rbenv/hooks to the plugin hook search path.
Added /usr/local/etc/rbenv.d to the list of directories searched for rbenv hooks.
问题是添加钩子的原始默认位置是什么?他们在任何地方都没有提到它。正确的放置位置在哪里?