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

如不成功需要重新打开终端,安装中有提示如下
阿里云Liunx安装anaconda(python3)

相关文章: