Where do gems install?

前端 未结 4 1107
没有蜡笔的小新
没有蜡笔的小新 2020-12-12 11:43

I\'m trying to edit one of the gem\'s config files and I can\'t find it. I\'m not sure how I did this in the past.

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 11:59

    Look at your gem environment.

    In a terminal run gem env

    You should see an entry INSTALLATION DIRECTORY, but there is also GEM PATHS which is where it's loading all your gems from in your current environment.

提交回复
热议问题