diff --git a/scripts/KlipperScreen-install.sh b/scripts/KlipperScreen-install.sh index 04cfd76a..3d279eba 100755 --- a/scripts/KlipperScreen-install.sh +++ b/scripts/KlipperScreen-install.sh @@ -97,7 +97,7 @@ install_packages() check_requirements() { echo_text "Checking Python version" - python --version + python3 --version if ! python -c 'import sys; exit(1) if sys.version_info <= (3,7) else exit(0)'; then echo_text 'Not supported' exit 1