Installing IGWN python environment¶
Installing CONDA¶
CONDA may be installed using instruction at this link
Installing igw-py311¶
LLAI need a python v3.11 running on the machine.
At the time of this guide, igwn provide only a staging version, this means that is day-by-day updated, that can be retrived at this link.
in the view of full release the following command shoud be done in order to create a proper environment
export SUBDIR=${CONDA_SUBDIR:-$(conda config --show subdir | awk '{print $2}')}
export CONDA_OVERRIDE_ARCHSPEC="haswell"
wget https://computing.docs.ligo.org/conda/environments/$SUBDIR/igwn-py311-staging.yaml
conda env create --file igwn-py311-staging.yaml -n igwn-py311
igwn-py311-staging.yaml
may be deleted or archived for checking future update.