Bundle command not found Windows x64

后端 未结 4 1581
不思量自难忘°
不思量自难忘° 2021-02-07 01:16

I just installed ruby with the Heroku Toolbelt, probem is that when I do bundle install it gives me this error:

sh.exe\": /c/Program Files (x86)/rub         


        
4条回答
  •  隐瞒了意图╮
    2021-02-07 01:27

    You probably don't have the Bundler gem installed.

    Assuming you have Ruby installed:

    gem install bundler

    should do the trick.

提交回复
热议问题