Bundle安装继续安装到./runner

问题描述:

不知道这里发生了什么,但在我的Rails 3应用程序中,我输入bundle install,最后如果说Your bundle is complete! It was installed into ./runnerBundle安装继续安装到./runner

奇怪,因为我不知道跑步者来自哪里!

如果我记得没错,如果你运行类似bundle install ./runner的东西,它会记住路径./runnerbundle install --system应该修复它。我认为。

manpage

--path=<path> 
The location to install the gems in the bundle to. 
This defaults to the gem home, which is the location 
that gem install installs gems to. This means that, by 
default, gems installed without a --path setting will 
show up in gem list. This setting is a remembered option. 

--system 
Installs the gems in the bundle to the system location. 
This overrides any previous remembered use of --path.