heroku: command not foundを解決する方法
環境
Cloud9
herokuコマンドを打つとheroku: command not foundに
ターミナルで
$ heroku -v
を実行したところ、
heroku: command not found
が発生したので解決した方法を記載。
実際に実行したコマンド
$ wget https://cli-assets.heroku.com/heroku-cli/channels/stable/heroku-cli-linux-x64.tar.gz -O heroku.tar.gz
$ sudo mkdir -p /usr/local/lib/heroku
$ sudo tar --strip-components 1 -zxvf heroku.tar.gz -C /usr/local/lib/heroku
$ sudo ln -s /usr/local/lib/heroku/bin/heroku /usr/local/bin/heroku
上記のコマンドを一通り打った後
$ heroku -v
で上手くバージョンが確認できた!
Author And Source
この問題について(heroku: command not foundを解決する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/shintarou-akao/items/a26ef8c9597267815895著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .