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:21] – [Manual Mamba initialization] fokkehabrok:examples:mamba [2026/03/23 13:04] (current) – [Mamba installation] vlada
Line 1: Line 1:
 ====== Mamba installation ====== ====== Mamba installation ======
  
-Mamba (https://mamba.readthedocs.io/en/latest/index.html) is an alternative to Anaconda, which is released under an open source license. In order to use it on Hábrók you can install it into your home directory. This can be done following the instructions on their website. There is an important **caveat**, however, which is that you should **NOT** let it start up the base environment on log in, as that would break any other Python software on the cluster.+Mamba (https://mamba.readthedocs.io/en/latest/index.html) is an alternative to Anaconda, which is released under an open source license. In order to use it on Hábrók you can install it into your home directory. This can be done following the instructions on their website. 
 + 
 +<WRAP center round important
 +**Caveat**:  you should **NOT** let it start up the base environment on log in, as that would break any other Python software on the cluster.
  
 In general Mamba and conda environments cannot be used together with **any** of our preinstalled software modules that depend on Python. In general Mamba and conda environments cannot be used together with **any** of our preinstalled software modules that depend on Python.
 +</WRAP>
  
 Please also note, that you should only use mamba/conda repositories that have licenses that allow your intended usage. Please also note, that you should only use mamba/conda repositories that have licenses that allow your intended usage.