ここで何が起こっているのかわかりませんが、私のRails 3アプリケーションでは、「」と入力bundle install
し、最後に「」と入力しますYour bundle is complete! It was installed into ./runner
。
ランナーがどこから来たのかわからないのでおかしい!
ここで何が起こっているのかわかりませんが、私のRails 3アプリケーションでは、「」と入力bundle install
し、最後に「」と入力しますYour bundle is complete! It was installed into ./runner
。
ランナーがどこから来たのかわからないのでおかしい!
私が正しく思い出せば、あなたがそのような何かを実行するならば、bundle install ./runner
それはパスを覚えているでしょう./runner
。bundle 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.