News

Use the Miniforge3 tools like conda or mamba to prepare a conda environment that you will use for calculations. Use Python virtual environments and forgo conda style environments. Either approach will ...
Using Python in HPCCreating the Anaconda environment Once Anaconda is properly loaded, you can use: conda create -n <env name> to create your environment The new environment can be activated using ...