pip install换源,python更换pip源
我们在开发中经常使用第三方的包,但是由于墙的限制,下载国外的包普遍比较慢。在这里,我们可以将其修改为国产镜像源码,下载速度自然会更快。
一. pip来源变化
国内有很多镜像源,但是比较好用的是阿里和清华的。这里选择清华的镜源(别问为什么,就问,天行健自强不息)。
1.只需在c盘的Users文件夹下创建一个文件夹,然后在pip文件夹下新建一个txt文件,重命名为pip.ini,然后添加以下内容:
添加以下内容:
[global]index-URL=https://pypi.tuna.tsinghua.edu.cn/simple[install]trusted-host=pypi.tuna.tsinghua.edu.cn,然后保存完成pip源码更改。
第二,蟒蛇来源的变化
我们这里也用清华大学的镜像源。
Windows用户不能直接创建名为。但是他们可以执行condaconfig-set show _ channel _ URLs yes来生成文件,然后再修改它。
首先,打开cmd命令行,输入以下命令创建一个. condarc文件:
a config-set show _ channel _ URLs yes,然后打开下图所示的文件。
让我们做一些改变。
复制并粘贴以下内容
频道:-defaults show _ channel _ URLs:true channel _ alias:https://mirrors.tuna.tsinghua.edu.cn/anacondadefault _ channels:-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/自由-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/r-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/pro-https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/msys 2 custom _ channels:康达-福吉:https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud msys 2:https://mirrors.tuna.tsinghua.edu.cn/anaconda/云bioconda:https://mirrors . tuna . Tsinghua . edu . cn/anaconda/Cloud menpo:https://mirrors . tuna . Tsinghua . edu . cn/anaconda/Cloud torch:https://mirrors . tuna . Tsinghua
好了,到目前为止,pip和anaconda的镜像源都被修改了。
郑重声明:本文由网友发布,不代表盛行IT的观点,版权归原作者所有,仅为传播更多信息之目的,如有侵权请联系,我们将第一时间修改或删除,多谢。