清华大学开源镜像站 PyPI镜像 支持 IPv4/IPv6
- 0次
- 2021-07-29 07:24:12
- idczone
算是多了一个选择
http://mirrors.tuna.tsinghua.edu.cn/
看到好多红色的同步失败⋯⋯
- - 我相信其他的镜像站点也会同步失败的 没太大问题的
怎样把这个源加入到 easy_install 或者 pip 里边呀?
使用pip的用户可以如下配置:
在unix和macos,配置文件为: $HOME/.pip/pip.conf
在windows上,配置文件为:%HOME%\pip\pip.ini
需要在配置文件内加上
[global]
indexl-url=http://mirrors.tuna.tsinghua.edu.cn/pypi/simple
然后就可以了
使用easy_install的用户可以如下配置:
在unix和macos,配置文件为:~/.pydistutils.cfg
在windows上,配置文件为:%HOME%\pydistutils.cfg
在配置文件中加上
[easy_install]
index-url=http://mirrors.tuna.tsinghua.edu.cn/pypi/simple
https://groups.google.com/forum/?fromgroups#!topic/python-cn/Q2S_mdDO-jA
感谢,已保存到evernote