Choose Anaconda if you:
Choose Miniconda if you:
tl,dt
参考资料
see if Miniconda is right for you
1,下载 miniconda
$ wget -c http://repo.continuum.io/miniconda/Miniconda3-py39_4.9.2-Linux-x86_64.sh
-c : 断点续传
尽量不要使用Miniconda-latest-Linux-x86_64.sh,不总是最新版本
2,验证 miniconda
$ sha256sum filename
>> 536817d1b14cb1ada88900f5be51ce0a5e042bae178b5550e62f61e223deae7c Miniconda3-py39_4.9.2-Linux-x86_64.sh
检查hash information 与https://conda.io/en/latest/miniconda_hashes.html 网站的对照表,核查下载的版本是否正确
3,安装 miniconda
$ Miniconda3-py39_4.9.2-Linux-x86_64.sh
4,重启
5,检验
$ conda list
参考资料
https://www.cnblogs.com/qiniqnyang/p/5592960.html
https://repo.anaconda.com/miniconda/
https://conda.io/projects/conda/en/latest/user-guide/install/linux.html#