pip 换源和多版本共存

【一】python知识补充pip安装包工具
(1)pip换源
默认pip是外网的地址

https://python.org/

国内访问资源可能会访问不到

所以要进行换源(pip换源)

(2)临时换源
pip install 模块名-i 镜像源地址

pip install lxml -i https://pypi.tuna.tsinghua.edu.cn/simple/

(3)永久换源

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

  • 更换好后查看是否更换成功
pip config get global.index-url

 

清华大学: Simple Index 阿 里 云: Simple Index 豆 瓣: https://pypi.douban.com/simple/ 中 科 大: Simple Index

参考地址
https://blog.csdn.net/2402_82657845/article/details/137087845
posted @ 2024-06-03 16:34  陈晓猛  阅读(36)  评论(0编辑  收藏  举报