前提・実現したいこと
■■な機能を実装中に以下のエラーメッセージが発生しました。
発生している問題・エラーメッセージ
linebotを作っていて、herokuにpushした途端、ターミナルが落ちて消えました。
pyenvやlinuxbrewコマンドは先ほどまで使っていたのにも関わらず、コマンドが使えなくなっていました。
試したこと
pipenvで作った仮想環境でpushしようとしていたので、もう一度pipenvから入ってherokuにpushしようとしたところ
$ pipenv shell ()$ heroku login heroku: command not found
となってしまい、先に進めなくて困っています。
herokuをもう一度インストールしてみようとアンインストールしてからもう一度インストールしたところコマンドがないといわれました。
調べても原因が全く分からないので質問させていただきました。有識者の方ご教授お願いいたします。
$ pip install heroku Requirement already satisfied: python-dateutil==1.5 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from heroku) (1.5) Requirement already satisfied: requests>=1.0.0 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from heroku) (2.25.1) Requirement already satisfied: chardet<5,>=3.0.2 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from requests>=1.0.0->heroku) (4.0.0) Requirement already satisfied: certifi>=2017.4.17 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from requests>=1.0.0->heroku) (2020.12.5) Requirement already satisfied: idna<3,>=2.5 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from requests>=1.0.0->heroku) (2.10) Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/users/.local/share/virtualenvs/getnews-a09ta5yn/lib/python3.8/site-packages (from requests>=1.0.0->heroku) (1.26.4) Installing collected packages: heroku Successfully installed heroku-0.1.4 $ heroku login heroku: command not found
補足情報(FW/ツールのバージョンなど)
WSL2(Ubuntu20.04)
python3.8.5(pyenv)
pythonは2か月ほど勉強しています。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。