After installing Heroku Toolbelt, in terminal on Mac when trying to run the following command:
heroku
I get the error:
bash: he
First install heroku:
wget -qO- https://toolbelt.heroku.com/install.sh | bash
After that add a symlink to binary like @Garrett did:
sudo ln -s /usr/local/heroku/bin/heroku /usr/bin/heroku