conda和pip默认使用国外站点来下载软件,我们可以配置国内镜像来加速下载(国外用户无须此操作)。

配置清华conda镜像,更多内容查看:清华大学开源软件镜像站:conda

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/

配置清华PyPI镜像(如无法运行,将pip版本升级到>=10.0.0)参考清华大学开源软件镜像站

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

最新文章

  1. dd-wrt 定时重连 pppoe 更换ip地址
  2. [转]Hibernate与Jpa的关系,终于弄懂
  3. 【BZOJ 3190】 3190: [JLOI2013]赛车 (半平面交)
  4. App根据第,HTML5流行?
  5. LeetCode Database题解
  6. Apache Hadoop配置Kerberos指南
  7. MFC,ADO方式实现数据库操作
  8. CXF 5参考资料
  9. Cs231n课堂内容记录-Lecture 4-Part2 神经网络
  10. 自学Zabbix4.0之路
  11. jYD框架使用
  12. 部署django项目,sqlite3数据库出错sqlite3.NotSupportedError: URIs not supported
  13. opencv 线,椭圆 圆
  14. nginx指令中的优化(配置文件)
  15. python多进程并发
  16. leetcode263
  17. 树莓派UPS-18650,添加时钟
  18. 搭建zabbix详细步骤
  19. ELMAH--Using HTTP Modules and Handlers to Create Pluggable ASP.NET Components 77 out of 90 rated th
  20. 字符串转base64,base64转字符串

热门文章

  1. Mybatis入门学习笔记
  2. Java打印M图形(二维数组)——(九)
  3. JavaScript中Function的拓展
  4. 【Linux】Linux下统计当前文件夹下的文件个数、目录个数
  5. spring session使用小记
  6. Jquert data方法获取不到数据,显示为undefined。
  7. python 中is和== 的理解
  8. C#哈希表(HashTable)和Dictionary比较
  9. centos6环境创建局域网http方式的yum源
  10. 编译安装lamp环境