美文网首页
python国内第三方库

python国内第三方库

作者: BI罗 | 来源:发表于2020-08-14 21:23 被阅读0次

豆瓣

阿里云

清华大学

中国科技大学

临时修改

pip install pandas -i https://mirrors.aliyun.com/pypi/simple

设为默认
先升级 pip 到最新的版本 (>=10.0.0) 后进行配置:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pip -U   #临时升级
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

命令会在C:\Users\xxx\AppData\Roaming\pip 中创建一个文件
pip.ini

[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple

相关文章

网友评论

      本文标题:python国内第三方库

      本文链接:https://www.haomeiwen.com/subject/nlbndktx.html