最終更新:2025-01-02 (木) 15:48:22 (180d)
Miniconda
Top / Miniconda
Miniconda installers contain the Conda package manager and Python.
https://conda.io/miniconda.html
http://conda.pydata.org/miniconda.html
Python/バージョン
- There are two variants of the installer: Miniconda is Python 2 based and Miniconda3 is Python 3 based.
- Note that the choice of which Miniconda is installed only affects the root environment.
- Regardless of which version of Miniconda you install, you can still install both Python 2.x and Python 3.x environments.
中身
インストール
https://docs.anaconda.com/miniconda/install/#quick-command-line-install
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh bash ~/Miniconda3-latest-Linux-x86_64.sh