0

ここで何が起こっているのかわかりませんが、私のRails 3アプリケーションでは、「」と入力bundle installし、最後に「」と入力しますYour bundle is complete! It was installed into ./runner

ランナーがどこから来たのかわからないのでおかしい!

4

1 に答える 1

1

私が正しく思い出せば、あなたがそのような何かを実行するならば、bundle install ./runnerそれはパスを覚えているでしょう./runnerbundle install --systemそれを修正する必要があります。おもう。

マンページを参照してください:

--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.
于 2012-01-13T19:11:44.080 に答える