python:gunicorn

文書の過去の版を表示しています。


Gunicorn - Python WSGI HTTP Server for UNIX

dnf によるインストール。

$ sudo dnf install python3-gunicorn
メタデータの期限切れの最終確認: 0:01:18 時間前の 2020年04月25日 08時25分04秒 に実施しました。
依存関係が解決しました。
=====================================================================================
 Package                  Architecture   Version                Repository      Size
=====================================================================================
インストール:
 python3-gunicorn         noarch         19.9.0-5.fc31          fedora         208 k

トランザクションの概要
=====================================================================================
インストール  1 パッケージ

合計サイズ: 208 k
インストール済みのサイズ: 779 k
これでよろしいですか? [y/N]: y
パッケージのダウンロード:
[SKIPPED] python3-gunicorn-19.9.0-5.fc31.noarch.rpm: Already downloaded
-------------------------------------------------------------------------------------
合計                                                  20 MB/s | 208 kB     00:00
トランザクションの確認を実行中
トランザクションの確認に成功しました。
トランザクションのテストを実行中
トランザクションのテストに成功しました。
トランザクションを実行中
  準備             :                                                             1/1
  インストール中   : python3-gunicorn-19.9.0-5.fc31.noarch                       1/1
  scriptletの実行中: python3-gunicorn-19.9.0-5.fc31.noarch                       1/1
  検証             : python3-gunicorn-19.9.0-5.fc31.noarch                       1/1

インストール済み:
  python3-gunicorn-19.9.0-5.fc31.noarch

完了しました!

pip によるインストール。

$ pip install gunicorn
Collecting gunicorn
  Downloading gunicorn-20.0.4-py2.py3-none-any.whl (77 kB)
     |████████████████████████████████| 77 kB 412 kB/s
Requirement already satisfied: setuptools>=3.0 in ./py3dj3_venv/lib/python3.7/site-packages (from gunicorn) (41.6.0)
Installing collected packages: gunicorn
Successfully installed gunicorn-20.0.4
  • python/gunicorn.1587771827.txt.gz
  • 最終更新: 2020/04/25 08:43
  • by ともやん