当前位置:   article > 正文

Python Pip 换源_python换阿里源地址

python换阿里源地址

注:更新pip  

C:\Program Files\python\python.exe -m pip install --upgrade pip

1.临时换源

(1) 阿里源

pip3 install markdown -i https://mirrors.aliyun.com/pypi/simple/

(2) 清华源

pip3 install markdown -i https://pypi.tuna.tsinghua.edu.cn/simple

(3) 腾讯源

pip3 install markdown -i http://mirrors.cloud.tencent.com/pypi/simple

(4) 豆瓣源

pip3 install markdown -i http://pypi.douban.com/simple/


2.永久换源

(1) 阿里源

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

(2) 清华源

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

(3) 腾讯源

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

(4) 豆瓣源

pip config set global.index-url http://pypi.douban.com/simple/

3.换回原来源

pip config unset global.index-url

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/531702
推荐阅读
相关标签
  

闽ICP备14008679号