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
fi
for v in 10 9 8
for v in 11 10 9 8
do
PYTHON="python3.${v}"
which $PYTHON