From 69cc725a4113559820c0293be6aacfdeacb83d75 Mon Sep 17 00:00:00 2001 From: Serhii Yaskovets <yaskovet@sbalzarini-mac-38.mpi-cbg.de> Date: Fri, 21 Apr 2023 16:00:32 +0200 Subject: [PATCH] Install_PETSC: use (unambiguous) python3 instead of python --- script/install_PETSC.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/install_PETSC.sh b/script/install_PETSC.sh index 15f1acee9..35be00e4b 100755 --- a/script/install_PETSC.sh +++ b/script/install_PETSC.sh @@ -33,7 +33,7 @@ function haveProg() { if haveProg python2; then python_command=python2 else - python_command=python + python_command=python3 fi -- GitLab