python pip 常用命令汇总
pip 查看已经安装包的版本
1 | pip show xxxx |
pip 安装指定版本
1 | pip install xxx==version |
pip 安装指定源
1 | pip install <包名> -i https://pypi.tuna.tsinghua.edu.cn/simple/ |
国内常用的镜像源有
阿里:https://mirrors.aliyun.com/pypi/simple
中国科学技术大学:http://pypi.mirrors.ustc.edu.cn/simple/
豆瓣:https://pypi.douban.com/simple
清华:https://pypi.tuna.tsinghua.edu.cn/simple/