Posts pip/asy_install使用阿里云镜像源
Post
Cancel

pip/asy_install使用阿里云镜像源

pip源的修改

linux下, 修改 ~/.pip/pip.conf, windows下, 修改 %HOMEPATH%\pip\pip.ini 如果没这文件则创建,内容如下

1
2
[global]
index-url=https://mirrors.aliyun.com/pypi/simple

easy_install源的修改

Windows下修改 ~\pydistutils.cfg Linux下修改 ~/.pydistutils.cfg 如果没这文件则创建,内容如下

1
2
[easy_install]
index-url=https://mirrors.aliyun.com/pypi/simple

真诚邀请您走进我的知识小宇宙,关注我个人的公众号,在这里,我将不时为您献上独家原创且极具价值的技术内容分享。每一次推送,都倾注了我对技术领域的独特见解与实战心得,旨在与您共享成长过程中的每一份收获和感悟。您的关注和支持,是我持续提供优质内容的最大动力,让我们在学习的道路上并肩同行,共同进步,一起书写精彩的成长篇章!

AI文字转语音
AI个性头像生成
This post is licensed under CC BY 4.0 by the author.

Trending Tags