mamba installationΒΆ
-
Download the miniforge installer from conda-forge. For example
wget https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
mambaforge is meanwhile identical to miniforge, and deprecated, so always use miniforge.
-
In your teminal window run
bash Miniforge3-Linux-x86_64.sh
-
Follow the prompts. Accept the conda init modifications. If in doubt use the defaults.
-
Open a fresh terminal to execute the conda-modified login script, or simply source your login script, e.g.
source ~/.bashrc
or ~/.zhsrc if you're a zsh user
-
Run
conda config -set auto_activate_base false
this will save you from trouble for example with FastX session.
-
Run for example mamba list to verify that the setup was successful