Pip 临时换源 永久换源

Posted jhc888007

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Pip 临时换源 永久换源相关的知识,希望对你有一定的参考价值。

临时换源:

pip2 install setuptools==44.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple

永久换源:

vim ~/.pip/pip.conf

[global]
index-url=http://pypi.douban.com/simple
[install]
trusted-host=pypi.douban.com

 

 

参考文献:

https://www.cnblogs.com/abner28/p/10249630.html

以上是关于Pip 临时换源 永久换源的主要内容,如果未能解决你的问题,请参考以下文章

Python pip 国内换源的几个办法

pip换源及指令的使用

pip和apt-get换源

Python使用pip安装速度慢换源

Mac下conda换源、pip换源

pip换源