

Whenever you execute any command in your computer’s terminal, the computer will quickly search through the directories that are specified in the path for an executable with that name it will execute the first such executable that it finds. Your system’s path is simply a list of directories. If you followed the install instructions as specified above, then the Anaconda-installer also placed this directory in your system’s “path”. The default install location for Anaconda is: It also contains the executable files for all of these applications. Zenodo.This created a directory called Anaconda3 (or some variant of this) on your computer, which contains all of the files associated with the CPython interpreter, all of the modules in Python’s standard library, the aforementioned 3rd party packages that come as part of the Anaconda distribution (e.g. NumPy, SciPy, Jupyter, iPython), and the conda package manager. The conda-forge Project: Community-based Software Distribution Built on the conda Package Format and Ecosystem. If you'd like to credit conda-forge in your work, you can cite our zenodo entry like thisĬonda-forge community. Unlike Miniconda, these supportĪRMv8 64-bit (formally known as `aarch64`). Installers, with the added feature that conda-forge is theĭefault channel. Miniforge is an effort to provide Miniconda-like For example, to install aĬonda-forge package into an existing conda environment:Ĭonda config -set channel_priority strict

The built distributions are uploaded to /conda-forgeĪnd can be installed with conda.
