Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:examples:mamba [2024/12/12 07:18] fokkehabrok:examples:mamba [2024/12/12 07:21] (current) – [Manual Mamba initialization] fokke
Line 31: Line 31:
 In case you did **not** let Mamba change your login scripts during the installation, manual activation of the initial mamba/conda environment can be achieved using the following commands: In case you did **not** let Mamba change your login scripts during the installation, manual activation of the initial mamba/conda environment can be achieved using the following commands:
 <code> <code>
-$HOME/miniforge3/etc/profile.d/conda.sh +~/miniforge3/etc/profile.d/conda.sh 
-$HOME/miniforge3/etc/profile.d/mamba.sh+~/miniforge3/etc/profile.d/mamba.sh
 </code> </code>
 Note that you have to run these every time you want to use Mamba. Note that you have to run these every time you want to use Mamba.