Bundle command not found Windows x64

后端 未结 4 1590
不思量自难忘°
不思量自难忘° 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:40

    I had these issues, and for me the only problem was the spaces in the file paths. Simply adding 's around the path fixed the problem for me:

    'C:\Program Files (x86)\git\bin';'C:\Program Files (x86)\Heroku\ruby-1.9.2\bin'

    That's it!

提交回复
热议问题