下载anaconda linux 版本
bash Anaconda3-2018.12-Linux-x86_64.sh
然后一路 enter 和 yes
修改 .bashrc
export PATH=/home/anaconda3/bin:$PATH
source .bashrc
python --version
Linux anaconda 安装
最新推荐文章于 2025-02-16 21:36:42 发布
下载anaconda linux 版本
bash Anaconda3-2018.12-Linux-x86_64.sh
然后一路 enter 和 yes
修改 .bashrc
export PATH=/home/anaconda3/bin:$PATH
source .bashrc
python --version