Ruby On Rails - Where to gems actually go

前端 未结 2 1199
时光取名叫无心
时光取名叫无心 2021-02-15 10:40

When I do sudo gem install XYZ where does that code actually go? Are gems written in ruby on another language?

When I do bundle install, what does that do? I read throug

2条回答
  •  南笙
    南笙 (楼主)
    2021-02-15 11:15

    in your console use command:

    gem env
    

    There will be INSTALLATION DIRECTORY

提交回复
热议问题