Bundle command not found mac

后端 未结 6 1731
有刺的猬
有刺的猬 2021-01-30 08:11

I\'m using ruby, and I was given a zip file with some ruby programs and it says: inside the folder, run bundle install to install the packages required.

W

6条回答
  •  甜味超标
    2021-01-30 09:05

    gem install bundler
    

    is how to do it.

    You may want to use a tool such as rbenv to manage gems.

提交回复
热议问题