...
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
...