1. 下载安装

 


下载安装

下载地址https://www.anaconda.com/download/

旧版本下载https://repo.continuum.io/archive/

比如下载Anaconda3-4.4.0-Linux-x86_64.sh

安装用root用户

bash Anaconda3-4.4.0-Linux-x86_64.sh

安装完后增加环境变量

centos安装 Anaconda3及使用
vim /root/.bashrc

# added by Anaconda3 4.4.0 installer
export PATH="/root/anaconda3/bin:$PATH"

保存后
source /root/.bashrc
centos安装 Anaconda3及使用

 验证安装结果

在终端中输入命令condal list,如果Anaconda被成功安装,则会显示已经安装的包名和版本号。

centos安装 Anaconda3及使用

 

 在终端中输入python。这条命令将会启动Python交互界面,如果Anaconda被成功安装并且可以运行,则将会在Python版本号的右边显示“Anaconda custom (64-bit)”。退出Python交互界面则输入exit()quit()即可

 

centos安装 Anaconda3及使用

 

相关文章:

  • 2021-09-09
  • 2021-05-01
  • 2021-12-19
  • 2021-06-19
  • 2021-11-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
猜你喜欢
  • 2021-12-30
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-08-25
相关资源
相似解决方案