[PYTHON] Unterstützt die Warnung (DEPRECATION) der Pip-Liste

Die Warnung wird in der pip9-Serie ausgegeben

$ pip -V
pip 9.0.1

$ pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
Flask (0.12)
.
.

Korrespondenzinhalt https://pip.pypa.io/en/stable/user_guide/#config-file

$ vi ~/.pip/pip.conf
[list]
format = columns

$ pip list
Package  Version
-------- --------
Flask    0.12
.
.

Recommended Posts

Unterstützt die Warnung (DEPRECATION) der Pip-Liste
[Memorandum] Was tun, wenn nach dem Ausführen der Pip-Liste eine Warnung angezeigt wird?
Was tun, wenn eine Warnmeldung in der Pip-Liste angezeigt wird?