开发常用工具下载地址
- https://marlonbrando.lanzoui.com/b0f2x6jwd
- https://marlonbrando.lanzoui.com/b0f2x6jxe
windows激活软件:https://marlonbrando.lanzouh.com/b0f3ku0xc- 密码:
666666
Rpm 源
- http://rpmfind.net/linux/RPM/index.html
- https://pkgs.org/
- http://rpm.pbone.net/index.php3
- https://src.fedoraproject.org/projects/rpms/*
Centos 下载源
Python安装包国内常用源
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pandas
- 源
豆瓣:http://pypi.douban.com/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
- 永久修改
- Linux下
修改 ~/.pip/pip.conf (没有就创建一个), 修改 index-url至tuna,内容如下:[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
- windows下
直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,新建文件pip.ini,内容如下:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
这篇博客整理了各类开发工具的下载链接,包括Windows激活软件、RPM源、CentOS下载源以及Python国内镜像。还提供了如何永久修改Python的国内镜像源的步骤,以加速包的安装。此外,还列举了豆瓣和清华的Python安装包镜像源。
3794

被折叠的 条评论
为什么被折叠?



