Tools
首页
画图
音乐
采集
记事
博客
实验室
登录
lypeng
146
文章
11
分类
46
记事
分类
生活-[23]
Linux-[24]
前端-[9]
数据库-[16]
PHP-[31]
git-[7]
其他-[6]
python-[20]
算法-[4]
React-Native-[4]
中草药-[2]
广告位1
广告位2
首页
/ python
返回列表
python3 换国内源
阅读:818
发布:2018-04-24
作者:
## 国内源: 清华:`https://pypi.tuna.tsinghua.edu.cn/simple` 阿里云:`http://mirrors.aliyun.com/pypi/simple/` 中国科技大学 `https://pypi.mirrors.ustc.edu.cn/simple/` 华中理工大学:`http://pypi.hustunique.com/` 山东理工大学:`http://pypi.sdutlinux.org/` 豆瓣:`http://pypi.douban.com/simple/` ## 执行命令: `pip config set global.index-url http://mirrors.aliyun.com/pypi/simple` 会自动创建配置文件!
------本文结束
感谢阅读------
上一篇:
python(六)类、文件读写、发邮件
下一篇:
python案例(一) Awesome-Python-Web部署