centos7安装anaconda3
Posted haoyul
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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
现在成功!可看到:
以上是关于centos7安装anaconda3的主要内容,如果未能解决你的问题,请参考以下文章
Python3 - centos7部署anaconda3详解
Centos7.5服务器安装(并添加用户) anaconda3 并配置 PyTorch1.0