pip(3) list爆出警告的问题

2018-03-02  本文已影响0人  胖腚猴

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.

解决办法:
在根目录创建隐藏文件,编辑该文件,添加最下面的两行

mkdir ~/.pip/

cd ~/.pip

touch pip.conf

vi pip.conf

添加
[list]
format=columns

上一篇 下一篇

猜你喜欢

热点阅读