Anacondaconda阿里云镜像源配置
Posted Drmon.
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Anacondaconda阿里云镜像源配置相关的知识,希望对你有一定的参考价值。
参考链接:Anaconda镜像——阿里云
简介
Anaconda是一个用于科学计算的Python发行版,支持Linux, Mac, Windows,包含了众多流行的科学计算、数据分析的Python包。
下载地址:https://mirrors.aliyun.com/anaconda/
包括 完整版 (archive/)目录 和 miniconda(miniconda/)目录
配置方法
Linux用户可以通过修改用户目录下的 .condarc 文件。
Windows 用户无法直接创建名为 .condarc 的文件,可先执行 conda config --set show_channel_urls yes 生成该文件之后再修改。
注:由于更新过快难以同步,不同步pytorch-nightly, pytorch-nightly-cpu, ignite-nightly这三个包。
.condarc 文件中用以下内容替换
channels:
- defaults
show_channel_urls: true
default_channels:
- http://mirrors.aliyun.com/anaconda/pkgs/main
- http://mirrors.aliyun.com/anaconda/pkgs/r
- http://mirrors.aliyun.com/anaconda/pkgs/msys2
custom_channels:
conda-forge: http://mirrors.aliyun.com/anaconda/cloud
msys2: http://mirrors.aliyun.com/anaconda/cloud
bioconda: http://mirrors.aliyun.com/anaconda/cloud
menpo: http://mirrors.aliyun.com/anaconda/cloud
pytorch: http://mirrors.aliyun.com/anaconda/cloud
simpleitk: http://mirrors.aliyun.com/anaconda/cloud
即可添加 Anaconda Python 免费仓库。
配置完成可运行 conda clean -i 清除索引缓存
ubuntu 软件源阿里云镜像与清华镜像
参考技术A Ubuntu 的软件源配置文件是 /etc/apt/sources.list阿里云 ubuntu20 apt 镜像源
清华 ubuntu 20.04LTS apt 镜像源
阿里云 ubuntu18 apt 镜像源
清华 ubuntu 18.04LTS apt 镜像源
以上是关于Anacondaconda阿里云镜像源配置的主要内容,如果未能解决你的问题,请参考以下文章