python使用pip的一个问题

在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:后面的是什么意思?怎么做可以消除它?

阅读 5.7k
1 个回答
新手上路,请多包涵

找到你的pip.conf文件, 然后新增一行填上format=column

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题