Heroku command not found

前端 未结 12 1238
北海茫月
北海茫月 2021-02-01 03:06

After installing Heroku Toolbelt, in terminal on Mac when trying to run the following command:

heroku

I get the error:

bash: he         


        
12条回答
  •  眼角桃花
    2021-02-01 03:40

    Manually adding the symlink after installing Toolbelt fixed it for me.

    sudo ln -s /usr/local/heroku/bin/heroku /usr/bin/heroku

提交回复
热议问题