Screenshot from 2017-06-11 23-33-28.png
好吧!其實這個warning是這樣的洲鸠。
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.
就是要告訴你更改一下默認配置
How to disable this warning列吼?
進入終端
mkdir .pip
cd .pip
vim pip.conf
[list]
format=columns
:wq
```
到這里其實就是做完了
但是要注意點
所有的文件名稱是**pip**而不是**pip3**