解决pip安装过慢、git clone&conda过慢、arxiv下载慢 的问题

1.pip install 名称 -i https://pypi.tuna.tsinghua.edu.cn/simple/

2.将github.com 进行替换为github.com.cnpmjs.org

3.将https://arxiv.org/ 替换为 http://xxx.itp.ac.cn

condarc

auto_activate_base: false
ssl_verify: true
channels:

  • https://mirrors.ustc.edu.cn/anaconda/pkgs/main/
  • https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
    show_channel_urls: true
    channel_priority: flexible

你可能感兴趣的:(解决pip安装过慢、git clone&conda过慢、arxiv下载慢 的问题)