在windows上安装python3.5.2,运行命令pip list --outdated
的结果如下:
dell@DESKTOP-MVU77SM MINGW64 ~/AppData/Local/Programs/Python/Python35
$ pip list --outdated
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|column s) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warnin g.
setuptools (20.10.1) - Latest: 32.0.0 [wheel]
问题:
第一个信息DEPRECATION:
后面的是什么意思?怎么做可以消除它?
找到你的pip.conf文件, 然后新增一行填上format=column