一、anaconda官网下载 https://www.anaconda.com/download/#linux
二2.安装anaconda
1.[[email protected] little_y]# bash Anaconda3-5.2.0-Linux-x86_64.sh //执行命令如图下
2.回车后会显示介绍内容翻到最最下面如下图,输入yes继续
如报错Anaconda3-5.2.0-Linux-x86_64.sh: line 350: bunzip2: command not found,
安装bzip2即可[[email protected] little_y]# yum install -y bzip2
重新安装
三、完装成及校验
重启命令行终端或生开一个窗口 输入conda -V
输入pyton,
如不成功需要重新打开终端,安装中有提示如下