捆绑包安装不断安装到 ./runner
不确定这里发生了什么,但在我的 Rails 3 应用程序中,我输入 bundle install
,最后如果显示 Your bundle is Complete!它被安装到./runner
中。
很奇怪,因为我不知道跑步者来自哪里!
Not sure what's going on here, but in my Rails 3 application, I type bundle install
and at the end if says Your bundle is complete! It was installed into ./runner
.
Weird because I have no idea where runner is coming from!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,如果您运行类似于
bundle install ./runner
的内容,它会记住路径./runner
。bundle install --system
应该修复它。我认为。请参阅联机帮助页:
If I recall correctly, if you run something like
bundle install ./runner
it will remember the path./runner
.bundle install --system
should fix it. i think.See the manpage: