python pip

pip 官方文档

https://pip.pypa.io/en/stable/reference/pip/

pip list 命令


pip list 显示 "DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns)"
在pip.in文件(windows系统在C:\Users\Administrator\AppData\Roaming\pip)中插入

[list]
format=columns

pip show

pip.in文件

[global]
time-out=60
index-url=https://pypi.tuna.tsinghua.edu.cn/sumple/
[install]
trusted-host=tsinghua.edu.cn
[list]
format=columns

pip 更新

pip install pip -U
posted @ 2020-10-24 15:01  j44p5  阅读(99)  评论(0编辑  收藏  举报