Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

conda create --name abinit

If you would like a miniconda environment to have a specific version of python, the following command can be entered instead, which will install Python 3.9 within the abinit conda environment:

conda create -n abinit python=3.9

Activate the conda environment

...