私は 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.
問題は、フックを追加するための元のデフォルトの場所は何ですか? 彼らはそれについてどこにも言及していません。どこに置くのが正解?