Windows- Installing Heroku CLI

时间:2018-07-25 04:59:45

标签: heroku heroku-cli

when installing Heroku CLI - I can only use the heroku in command line when I am inside \bin in my comand line. I have updated the environment variables and no other posts speak to this situation. - How can I have it act normally so I can use the commands while not in the \bin path, and actually use it for it's intended functionality. thank you! enter image description here

2 个答案:

答案 0 :(得分:1)

打开Windows bash并输入:
release

Heroku CLI应该添加到路径,您可以使用以下命令进行测试:
PATH="$PATH:/c/Program Files/Heroku/bin"

答案 1 :(得分:0)

what about adding these C:\Program Files\Heroku\bin in your environment variables path?