This commit is contained in:
RMazzu
2023-04-12 00:37:22 -05:00
committed by GitHub

View File

@@ -25,7 +25,7 @@ function check_installed_python() {
exit 2 exit 2
fi fi
for v in 10 9 8 for v in 11 10 9 8
do do
PYTHON="python3.${v}" PYTHON="python3.${v}"
which $PYTHON which $PYTHON