28
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

bundle install先ってどこになるの?

Last updated at Posted at 2017-03-25

#rbenvを使っている場合

ruby2.4.0であれば

/Users/****/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems

にインストールされます。

#rbenvのgemsetも使っている場合

/Users/****/.rbenv/versions/2.4.0/gemsets/プロジェクト名/gems/

にインストールされます。

#bundle install --path ほげほげパス
で指定した場合は、
ほげほげパス以下にインストールされるわけですが、実はbundlerは一度インストールした先を覚えてしまうそうで、お試しに--pathを設定してgemのインストール先を変更したことがあったのですが、その時に.bundle/configにインストール先が記録されてしまい管理しているgemの挙動がおかしくなってしまいました。

ちょっとこのせいでかなーりハマったので皆さんお気をつけて。

参照[http://qiita.com/hisonl/items/162f70e612e8e96dba50]

28
26
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
28
26

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?