The base environment is the environment located at the root prefix.
This is a legacy
environment from
conda
implementation that is still heavily used. The
base environment contains the
conda
and
mamba
installation alongside a Python installation (since
mamba
and
conda
require Python to run).
mamba
and
conda
, being themselves Python packages, are installed in the
base environment, making the CLIs available in all
activated environments
based on this
base environment.
Note
You can’t create
the base environment because it’s already part of the root prefix structure. Directly install
in base instead.
If you want to change selection, open document below and click on "Move attachment"
Concepts — documentationd at $root_prefix/pkgs/. The root prefix also provide a convenient structure to store environments $root_prefix/envs/, even if you are free to create an environment elsewhere. Base environment# <span>The base environment is the environment located at the root prefix. This is a legacy environment from conda implementation that is still heavily used. The base environment contains the conda and mamba installation alongside a Python installation (since mamba and conda require Python to run). mamba and conda, being themselves Python packages, are installed in the base environment, making the CLIs available in all activated environments based on this base environment. Note You can’t create the base environment because it’s already part of the root prefix structure. Directly install in base instead. Activation/Deactivation# Activation# The activation of an environment makes all its contents available to your shell. It mainly adds target prefix subdirectories to your $PATH environme Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details