I have installed heroku cli following their ref https://devcenter.heroku.com/articles/heroku-cli
using snapd on Manjaro arch-based linux distro
It was installed successfully and just to make sure
When I run this cmd
sudo snap install heroku
I get
snap "heroku" is already installed, see "snap refresh --help"
but when I try to verify the CLI installation using this cmd
heroku --version
I get
bash: heroku: command not found
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
– Sadiron