0

我对 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.

问题是添加钩子的原始默认位置是什么?他们在任何地方都没有提到它。正确的放置位置在哪里?

4

1 回答 1

0

对于 rbenv,您必须使用点 (.) 文件,例如 .rbenv_version。该插件在 rvm 上下文中讨论配置。两者都是在同一系统上拥有多个 ruby​​ 版本的不同方式。

于 2013-03-03T01:08:47.303 回答