Revision 8a8fc154a0ba9f01946db1f95b0d5a15bd591138 authored by Sean on 01 March 2022, 03:09:18 UTC, committed by Sean on 01 March 2022, 03:09:18 UTC
1 parent 90d7f67
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 ...