Tera Term上で
$gunicornを行うと
-bash: gunicorn: command not found
となってしまいます。
$ pip3.6 install bottle Requirement already satisfied: bottle in /usr/local/lib/python3.6/site-packages (0.12.13) You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. $ pip3.6 install gunicorn Requirement already satisfied: gunicorn in /usr/local/lib/python3.6/site-packages (19.9.0) You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. $ gunicorn -bash: gunicorn: command not found $ sudo gunicorn sudo: gunicorn: command not found
bottleとgunicornはインストールできていると思っています。
最終的に行いたいのは以下のコマンドです。
$ gunicorn --bind 127.0.0.1:8000 wsgi:application
gunicornが行えないのはインストールがうまくいっていないのでしょうか?
問題がわからず困っています。
どなたか解決方法を教えていただけないでしょうか?
よろしくお願いします。
補足情報
自分のPC
windows10
サーバー
さくらVPS
Cent OS7
Tera Term
python3.6.6

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/11/08 15:42
2018/11/08 15:48
2018/11/08 15:56
2018/11/08 16:00
2018/11/09 10:33
2018/11/09 16:46