0
ここで何が起こっているのかわかりませんが、私のRails 3アプリケーションではbundle install
と入力し、最後にYour bundle is complete! It was installed into ./runner
と入力してください。バンドルインストールが./runnerにインストールされ続ける
ランナーがどこから来ているのか分かりません。
ここで何が起こっているのかわかりませんが、私のRails 3アプリケーションではbundle install
と入力し、最後にYour bundle is complete! It was installed into ./runner
と入力してください。バンドルインストールが./runnerにインストールされ続ける
ランナーがどこから来ているのか分かりません。
正確に言えば、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を参照してください。