gcpにgunicornをインストールする

最終更新日:2021‐11-21

pip install gunicornでいけます。

gunicornってガンダム ユニコーンかなと思いますよね…。

$  pip install gunicorn
Defaulting to user installation because normal site-packages is not writeable
Collecting gunicorn
  Downloading gunicorn-20.1.0-py3-none-any.whl (79 kB)
     |████████████████████████████████| 79 kB 35 kB/s 
Requirement already satisfied: setuptools>=3.0 in /usr/lib/python3/dist-packages (from gunicorn) (45.2.0)
Installing collected packages: gunicorn
Successfully installed gunicorn-20.1.0
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です