centos7安装anaconda3


1.下载anaconda3:

  地址:https://www.anaconda.com/distribution/

或者直接输入命令:

wget  https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/anaconda3.5.2.0-Linux-x86_64.sh

 

2.安装:

  执行命令:

bash Anaconda3-2019.10-Linux-x86_64.sh

一路回车或yes,如图:

 

 

/root/anaconda3是安装的目录

 

 

3.现在需要配置环境:

  输入命令:

vim /root/.bashrc

  编辑,在最后输入:

export PATH="/root/anaconda3/bin:$PATH"

  激活配置文件:

source   ~/.bashrc

现在成功!可看到:


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM