Skip to content

mamba installationΒΆ

  1. 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.

  2. In your teminal window run

    bash Miniforge3-Linux-x86_64.sh
    
  3. Follow the prompts. Accept the conda init modifications. If in doubt use the defaults.

  4. 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

  5. Run

    conda config -set auto_activate_base false
    

    this will save you from trouble for example with FastX session.

  6. Run for example mamba list to verify that the setup was successful