...
- On ECMWF's Atos HPCF or ECS, running:
No Format /usr/local/apps/conda/conda_exportexporter my_env > my_env.yml
- On any other platform, downloading conda_exporter and running it in your terminal.
- In order for it to work, these are the requirements:
- Python 3.6 or above
- Pyyaml python package, which can usually be installed with
pip install pyyaml
if not available. - a working conda installation.
- In order for it to work, these are the requirements:
...