下载anaconda3:

wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.2.0-Linux-x86_64.sh

查看MD5:

[root@iZbp1j17ifxfecekzxs2lyZ Anaconda3]# md5sum Anaconda3-4.2.0-Linux-x86_64.sh
4692f716c82deb9fa6b59d78f9f6e85c  Anaconda3-4.2.0-Linux-x86_64.sh

运行:

bash Anaconda3-4.2.0-Linux-x86_64.sh

一路回车和yes:

centos7下安装Anaconda3

配置anaconda环境变量生效:

[root@iZbp1j17ifxfecekzxs2lyZ Anaconda3]# source /root/.bashrc

我们这里使用清华的 Anaconda 仓库镜像,运行以下命令:

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

 

相关文章:

  • 2021-09-11
  • 2022-12-23
  • 2021-11-19
  • 2021-10-14
  • 2021-04-02
  • 2022-01-19
  • 2021-06-08
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-08-06
  • 2022-01-23
  • 2021-08-04
  • 2021-07-30
  • 2021-05-30
相关资源
相似解决方案