centos 安装anaconda
1.下载个anaconda:
官网:https://www.anaconda.com/download/#linux、
清华云:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/
2.下载Anaconda3-4.4.0-Linux-x86.sh
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-4.4.0-Linux-x86.sh
3.输入命令:bash Anaconda3-4.4.0-Linux-x86.sh
4.在运行期间点击enter或者yes 就可以。
5.centos5.5 只能安装 Anaconda3-4.4.x-Linux-x86.sh版本,否则出错,我试过了!