centos6.5安装anaconda3-5.2.0

所有命令:

Anaconda3-5.2.0-Linux-x86_64 对应的python版本为3.6.5

下载Anaconda3-5.2.0-Linux-x86_64.sh,放到某个位置。本文所放目录为/usr/local/src

安装相关环境
yum -y install bzip2 tar
运行脚本
./Anaconda3-5.2.0-Linux-x86_64.sh
切换目录安装到/usr/local/src/anaconda3
是环境生效  source /root/.bashrc
 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
 conda config --set show_channel_urls yes

-----------------------------

cd /usr/local/src

ls

yum -y install bzip2 tar

centos6.5安装anaconda3-5.2.0_第1张图片

centos6.5安装anaconda3-5.2.0_第2张图片

chmod +x Anaconda3-5.2.0-Linux-x86_64.sh

centos6.5安装anaconda3-5.2.0_第3张图片

./Anaconda3-5.2.0-Linux-x86_64.sh

centos6.5安装anaconda3-5.2.0_第4张图片

centos6.5安装anaconda3-5.2.0_第5张图片

centos6.5安装anaconda3-5.2.0_第6张图片

centos6.5安装anaconda3-5.2.0_第7张图片

centos6.5安装anaconda3-5.2.0_第8张图片

centos6.5安装anaconda3-5.2.0_第9张图片

centos6.5安装anaconda3-5.2.0_第10张图片

source /root/.bashrc

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

conda config --set show_channel_urls yes

完毕,校验是否有python

你可能感兴趣的:(linux)