I would like to use conda for a project as the instructions on installation are conda instructions.
This does not work for xp65 and there are several topics that discuss the problem and work arounds.
ACCESS-NRI Topis I have consulted are:
- Conda init problems - #6 by jemmajeffree - Explains the use of an existing micromamba under project vk83
- Xp65 conda init fails - Explains why you don’t use conda init with xp65
- How to create a personal Conda environment on Gadi when you really need one? - #10 by paulleopardi - Refers to hh5 and does not work for xp65
NCI Opus documentation I can find warns me off using conda:
- Gadi Resources... - NCI Help - Opus - NCI Confluence… - “A main culprit for creating a large amount of files is the Python packaging system conda. Please use pip and the available modules that are already tuned for Gadi to keep file and folder count as low as possible.”
Consulting the Documentation:
- Micromamba User Guide — documentation - Micromamba User Guide
- Micromamba Installation — documentation - Micromamba Installation
Suggests:
- “${SHELL}” <(curl -L micro.mamba.pm)
And because I am not into cutting and pasting commands:
And at the time of posting, this code looks reasonable.
For Reference:
- conda init and conda activate — conda 26.7.3.dev101 documentation - Conda Documentation
Finally, the question, “What is the correct way to move forward here installing Micromamba?”