You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Set Variables (alter this for your account)

export BASE=~/hera

Download Miniconda for python-3.7

Install Miniconda

bash ~/download/Miniconda3-latest-Linux-x86_64.sh -p ${BASE}/miniconda3 -b


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 conda

conda install -y pip



Install HERA specific repos (2.6GB)

pip install git+https://github.com/HERA-Team/hera_cal.git

pip install git+https://github.com/HERA-Team/hera_cal.git

    git clone https://github.com/HERA-Team/hera_opm.git

pushd hera_opm

git pull

git checkout condor_v2

pip install .

python setup.py install

popd


  • No labels