寻找对应版本下载,官网地址可能会比较慢,可以前往[清华镜像源]选择对应版本(https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/)
wget + 地址
如果显示command Not Found,安装一下就好了,后面其他的依赖包或者指令都这样
修改权限让脚本可以运行
chmod +x Anaconda3-4.2.0-Linux-x86_64.sh
安装bzip2依赖
yum install -y bzip2
运行该安装脚本
./Anaconda3-4.2.0-Linux-x86_64.sh
剩下就是一路Yes或者Enter好了...
验证安装
#查看版本
conda -V
或者直接anaconda后面如果显示有anaconda则成功
更多配置详情参考文档