should check if python3 libraries exist

This commit is contained in:
Martin Diehl 2018-11-17 08:55:50 +01:00
parent 82861e80bc
commit 30e00175f1
1 changed files with 1 additions and 1 deletions

View File

@ -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