1. 程式人生 > >CentOS7.5(64位)安裝Anaconda

CentOS7.5(64位)安裝Anaconda

一、獲取Linux版的Anaconda安裝包

https://www.anaconda.com/download/


2.Anaconda開源映象

https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

二、安裝Anaconda

1.執行安裝

su root   
sh Anaconda3-5.1.0-Linux-x86_64.sh

2.接受License,配置安裝路徑

#安裝路徑
/usr/anaconda3


3.配置環境變數

gedit ~/.bashrc

#Anaconda3
export PATH=/usr/anaconda3/bin:$PATH

source ~/.bashrc

4.驗證安裝