【发布时间】:2017-12-14 08:28:07
【问题描述】:
我已经按照他们的 ref https://devcenter.heroku.com/articles/heroku-cli 安装了 heroku cli
在基于 Manjaro 架构的 Linux 发行版上使用 snapd
它已成功安装,只是为了确保
当我运行这个 cmd 时
sudo snap install heroku
我明白了
snap "heroku" is already installed, see "snap refresh --help"
但是当我尝试使用这个 cmd 验证 CLI 安装时
heroku --version
我明白了
bash: heroku: command not found
【问题讨论】:
-
我遇到了同样的问题。尝试重新启动系统,然后使用 heroku 命令。
-
试试这个
wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh -
重启系统对我有用(尽管注销并重新登录可能就足够了)。
标签: heroku archlinux manjaro heroku-cli