Anaconda3安装

2019-09-28  本文已影响0人  周zau1
yum -y install wget
yum install -y bzip2
cd ~

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

bash Anaconda3-2019.03-Linux-x86_64.sh
vim ~/.bashrc

添加:

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

刷新:

source ~/.bashrc

激活:

source activate/deactivate

使用:

conda activate/deactivate
上一篇 下一篇

猜你喜欢

热点阅读