我正在阅读有关 Ruby on Rails (http://ruby.railstutorial.org/chapters/static-pages#sec:binstubs) 的教程,它建议使用. 但是,这似乎不适用于 Windows,因为从 bin 文件夹调用可执行文件而不首先对其进行 cd-ing 是不合法的。bundle --binstubs
bundle exec
这篇文章有一条评论: http ://blog.davidchelimsky.net/2011/07/18/stop-typing-bundle-exec/ 上面写着“......我希望它可以在 Windows 上运行。”。我想知道 - 真的不可能在 Windows 上使用它吗?
谢谢,
szm