Revision 62e7f0dd489a8327438d7cfb941760e7ec7be14d authored by Sudipta Basak on 15 January 2021, 22:02:56 UTC, committed by Matt Garthwaite on 25 May 2021, 03:22:21 UTC
1 parent 60596af
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 ...