2012-01-13 11 views

答えて

1

正確に言えば、bundle install ./runnerのようなものを実行すると、パス./runnerが記憶されます。 で修正する必要があります。おもう。

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

manpageを参照してください。

関連する問題