一、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)

相关文章:

  • 2021-12-10
  • 2021-11-27
  • 2021-11-28
  • 2021-11-05
  • 2021-04-07
  • 2021-06-29
  • 2021-11-05
  • 2021-11-08
猜你喜欢
  • 2021-07-11
  • 2021-08-20
  • 2021-09-06
  • 2021-10-04
  • 2022-12-23
  • 2021-06-28
  • 2021-12-16
相关资源
相似解决方案