修改python pip3镜像源

 

方法一:

 

pip3 install 包名  -i 镜像源url 

 

主要的镜像源:

 pip3 install tornado -i https://pypi.douban.com/simple/ 
 pip3 install -i https://pypi.douban.com/simple/ tornado

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
 
 
方式二 :
修改python pip3镜像源_第1张图片

方式二并没有尝试去操作,使用一方式挺方便

 


 

你可能感兴趣的:(修改python pip3镜像源)