Bundle command not found mac

后端 未结 6 1677
有刺的猬
有刺的猬 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 08:52

    Tried every solution here but didn't work out. Eventually I got this to work in two different methods:

    • Set alias bundle=/path/to/bundle in .bashrc if you don't care the nastiness.
    • Recreate a fresh dev env via rbenv and do bundle install rails will fix it (fixed my issue).

提交回复
热议问题