Using Miniconda in a commercial setting?
Windows installation
How do I verify my installer's integrity?
conda clean --all --force-pkgs-dirs
after the install finishes. For more information on these commands, see the conda command documentation.macOS/Linux installation
/opt/miniconda3
in your file system. If you want to install Miniconda into your Home directory or if you have multiple users on a system and want to manage your installation more carefully, Anaconda recommends the shell (or command line) installer.How do I verify my installer's integrity?
.pkg
file.
(base)
in the command line prompt. This tells you that you’re in your base conda environment. To learn more about environments, see Environments.conda list
. If conda has been installed correctly, a list of installed packages appears.
Verify your install
(base)
in the command line prompt. This tells you that you’re in your base conda environment. To learn more about environments, see Environments.
conda list
- Displays a list of packages installed in your active environment and their versions.conda --version
- Displays conda
’s version number.To download an older version
<https://repo.anaconda.com/miniconda>
.For example, to download an older version of Miniconda for Python 3.12 for a 64-bit Windows computer, replace the curl
command for the latest installer with the following curl
command instead: