Update setup.sh

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2022-04-07 21:13:54 +05:30
committed by GitHub
parent cbbbe8a5ba
commit abd747bdfa

View File

@@ -25,7 +25,7 @@ function check_installed_python() {
exit 2
fi
for v in 9 10 8
for v in 10 9 8
do
PYTHON="python3.${v}"
which $PYTHON
@@ -35,7 +35,7 @@ function check_installed_python() {
return
fi
done
PYTHON="python3.10"
echo "No usable python found. Please make sure to have python3.8 or newer installed."
exit 1
}