Revision 896ea36fe255f490725df03742096ed90314daca authored by Sean on 02 March 2022, 03:23:43 UTC, committed by Sean on 02 March 2022, 03:23:43 UTC
1 parent 9722bdd
nci_install.sh
#!/bin/bash
rm -rf ~/PyRateVenv
rm -rf ~/PyRate
git clone https://github.com/GeoscienceAustralia/PyRate.git
module purge
module load python3/3.7.4
module load gdal/3.0.2
module load openmpi/4.0.2
export PYTHONPATH=/apps/gdal/3.0.2/lib64/python3.7/site-packages:$PYTHONPATH
python3 -m venv ~/PyRateVenv
source ~/PyRateVenv/bin/activate
cd ~/PyRate
python setup.py install

Computing file changes ...