linux下安装anaconda

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

官网下载linux版本 

wget https://repo.anaconda.com/archive/Anaconda3-2019.10-Linux-x86_64.sh

sh Anaconda3-2019.10-Linux-x86_64.sh

 

vim /etc/profile

export PATH="/usr/local/anaconda3/bin:$PATH"

 

source /etc/profile

 

linux环境还是使用  mini的conda

https://docs.conda.io/en/latest/miniconda.html#linux-installers

posted @ 2019-11-25 09:35  brady-wang  阅读(290)  评论(0编辑  收藏  举报