After installing Heroku Toolbelt, in terminal in Ubuntu , After login authentication
I enter
red@red-p7-1039:~$ cd ~/myapp
I get error
-bash: cd: /home/red/myapp: No such file or directory
Other solution tried with no success: As seen in this SOF thread Heroku command not found
-Manually adding the symlink after installing Toolbelt.
sudo ln -s /usr/local/heroku/bin/heroku /usr/bin/heroku
It tells me File already exist.