pip设置安装源
Posted passedbylove
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip设置安装源相关的知识,希望对你有一定的参考价值。
pip国内的一些镜像
阿里云 http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
豆瓣(douban) http://pypi.douban.com/simple/
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/
修改源方法:
1)临时生效
可以在使用pip的时候在后面加上-i参数,指定pip源
eg: pip install jieba -i https://pypi.tuna.tsinghua.edu.cn/simple
2)永久生效:
mkdir ~/.pip vim ~/.pip/pip.conf
查看效果:
上面安装ws4py从清华大学源下载,速度很快了。
转载自:https://blog.csdn.net/yuzaipiaofei/article/details/80891108
以上是关于pip设置安装源的主要内容,如果未能解决你的问题,请参考以下文章