...
Tip |
---|
It is best to install all necessary packages in a single command as line 2 showed above. It maximizes environment stability and minimizes total build time to have all major dependencies resolved initially. |
Warning |
---|
DO NOT use the “defaults” channel (source: Mamba official troubleshooting guide)! |
To create an environment with a specific path, i.e. the data directory of a research group, the path of this directory needs to be included with the -p
flag in the mamba create
command:
...