doupoa
一个不甘落后的热血青年!
Ping通途说

Python pip换源 pip换国内源

1.临时换源

<PackageName> 替换为你要安装的包名

#清华源
pip install <PackageName> -i https://pypi.tuna.tsinghua.edu.cn/simple

# 阿里源
pip install <PackageName> -i https://mirrors.aliyun.com/pypi/simple/

# 腾讯源
pip install <PackageName> -i http://mirrors.cloud.tencent.com/pypi/simple

# 豆瓣源
pip install <PackageName> -i http://pypi.douban.com/simple/

2.永久换源

# 清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

# 阿里源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

# 腾讯源
pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple

# 豆瓣源
pip config set global.index-url http://pypi.douban.com/simple/

3.恢复默认源

pip config unset global.index-url

在新电脑上装Python老是要上网搜换源,于是自己记录一下,方便自己使用不至于老是上网搜,麻烦死了。

赞赏

doupoa

文章作者

诶嘿

发表回复

textsms
account_circle
email

Ping通途说

Python pip换源 pip换国内源
1.临时换源 <PackageName> 替换为你要安装的包名 #清华源 pip install <PackageName> -i https://pypi.tuna.tsinghua.edu.cn/simple # 阿里源 pip install <PackageName…
扫描二维码继续阅读
2023-07-02

Optimized by WPJAM Basic