Root prefix
When downloading for the first time the index of packages for resolution of the environment, or the packages themselves, a cache is generated to speed up future operations:
This cache is shared by all environments or target prefixes based on the same root prefix. Basically, that cache directory is a subdirectory located 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.
If you want to change selection, open document below and click on "Move attachment"
Concepts — documentations seen in Python’s virtualenv and similar software, but more powerful since Mamba also manages native dependencies and generalizes the virtual environment concept to many programming languages. <span>Root prefix# When downloading for the first time the index of packages for resolution of the environment, or the packages themselves, a cache is generated to speed up future operations: the index has a configurable time-to-live (TTL) during which it will be considered as valid the packages are preferentially hard-linked to the cache location This cache is shared by all environments or target prefixes based on the same root prefix. Basically, that cache directory is a subdirectory located 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# 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 environ Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details