...
Note | ||
---|---|---|
| ||
While conda may be seen as a way to set up custom Python environments, it also manages software beyond that, installing other packages and libraries not necessarily related to Python itself. Because those may conflict with the software made available through modules, loading the conda module effectively disables all the other modules that may be loaded in your environment. |
Predefined conda environments
Warning | ||
---|---|---|
| ||
Still under heavy development, the list of packages available in those environments may not be complete |
Although you can always create your own environments, ECMWF provides pre-defined environments with the same extras as the traditional Python3 module. You can see the list of predefined environments, as well as your own, by running:
No Format |
---|
conda env list |