From 30e00175f17718468fad62e8eae00a71df04da5a Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 17 Nov 2018 08:55:50 +0100 Subject: [PATCH] should check if python3 libraries exist --- DAMASK_prerequisites.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAMASK_prerequisites.sh b/DAMASK_prerequisites.sh index b5acede32..c9e165c3c 100755 --- a/DAMASK_prerequisites.sh +++ b/DAMASK_prerequisites.sh @@ -78,7 +78,7 @@ echo PETSC_DIR: $PETSC_DIR ls $PETSC_DIR/lib firstLevel "Python" -DEFAULT_PYTHON=python2.7 +DEFAULT_PYTHON=python3 for executable in python python2 python3 python2.7; do getDetails $executable '--version' done