After installing Heroku Toolbelt, in terminal on Mac when trying to run the following command:
heroku
I get the error:
bash: he
For me brew tap heroku/brew && brew install heroku did not work in macOS. So I tried the standalone download. Here is the command which worked for me
brew tap heroku/brew && brew install heroku
curl https://cli-assets.heroku.com/install.sh | sh