ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

Ubuntu 服务器环境下安装 Miniconda

2021-06-03 02:05:04  阅读:451  来源: 互联网

标签:x86 Ubuntu miniconda conda Linux 服务器 packages Miniconda


Anaconda or Miniconda ?

Choose Anaconda if you:

  • Are new to conda or Python.
  • Like the convenience of having Python and over 1,500 scientific packages automatically installed at once.
  • Have the time and disk space---a few minutes and 3 GB.
  • Do not want to individually install each of the packages you want to use.

Choose Miniconda if you:

  • Do not mind installing each of the packages you want to use individually.
  • Do not have time or disk space to install over 1,500 packages at once.
  • Want fast access to Python and the conda commands and you wish to sort out the other programs later.

tl,dt

  • 初学者,在本地跑,建议安装 Anaconda
  • Linux服务器,存储空间有限,建议安装 Miniconda

参考资料
see if Miniconda is right for you

安装 Miniconda

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#

标签:x86,Ubuntu,miniconda,conda,Linux,服务器,packages,Miniconda
来源: https://www.cnblogs.com/blue-lin/p/14843540.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有