zl程序教程

您现在的位置是:首页 >  系统

当前栏目

linux下安装anaconda

Linux安装 Anaconda
2023-09-14 09:12:12 时间

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