...
Activate conda's base environment
source ${BASE}/miniconda3/bin/activate
Optionally install conda environment in your .bashrc
conda init
Update Conda (381MB)
conda update -y condaconda install -y pip
Install HERA specific repos (2.6GB)
pip install git+https://github.com/HERA-Team/hera_cal.gitpip install git+https://github.com/HERA-Team/hera_cal.git
...
git clone https://github.com/HERA-Team/hera_opm.gitpushd hera_opmgit pullgit checkout condor_v2pip install .python setup.py installpopd
Install Makeflow
cd ${BASE}git clone https://github.com/cooperative-computing-lab/cctools.gitpushd cctools./configure --prefix=${BASE}/cctoolsmake cleanmake installThis produces an ignorable error about manuals and docexport PATH=${PATH}:${BASE}/cctools/binpopd
Re-install hera_opm
pushd ${BASE}/hera_opmpip install .popd
Running
export BASE=~/hera/sharesource ${BASE}/miniconda3/bin/activateexport PATH=${PATH}:${BASE}/cctools/bin