CentOS 安装Anaconda3

  1. 获取Anaconda安装脚本

选择合适版本,在Anaconda官网下载,也可在清华大学开源镜像站下载,或者在/roothome/yourname执行命令
wget https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh

  1. 安装Anaconda

使用bash Anaconda3-5.3.1-Linux-x86_64.sh进行安装,回车继续安装。

输入yes


3. 安装完成

若出现conda list报错,执行source ~/.bashrc

posted @ 2021-03-27 10:19  gkm0120  阅读(215)  评论(0编辑  收藏  举报