DEPRECATION: The default format will switch to columns in the future.

1 개요[ | ]

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.
root@zetawiki:~# 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.
acme (0.4.1)
args (0.1.0)
... (생략)

2 조치: legacy로 설정[ | ]

root@zetawiki:~# ll ~/.pip
ls: cannot access '/root/.pip': No such file or directory
root@zetawiki:~# mkdir ~/.pip
root@zetawiki:~# vi ~/.pip/pip.conf
[list]
format=legacy
root@zetawiki:~# pip list
acme (0.4.1)
args (0.1.0)
... (생략)
zope.event (4.2.0)
zope.hookable (4.0.4)
zope.interface (4.1.3)

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}