记录一次安装conda

在官网找到对应的conda 安装器版本https://conda.io/en/latest/miniconda.html
我的是Debian_64

wget -c https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod 777 Miniconda3-latest-Linux-x86_64.sh #赋予权限
bash Miniconda3-latest-Linux-x86_64.sh #执行
一路yes就行

刷新一下配置

source ~/.bashrc

验证安装成功conda -V
出现对应安装的版本号即为成功

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章