centos7 安装anaconda

yum install -y wget
wget https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-5.2.0-Linux-x86_64.sh
yum install -y bzip2
bash Anaconda3-5.2.0-Linux-x86_64.sh

你可能感兴趣的:(centos7 安装anaconda)