diff --git a/script/make_utils/setup_os_deps.sh b/script/make_utils/setup_os_deps.sh index 0e52d4a83..575a6b9d3 100755 --- a/script/make_utils/setup_os_deps.sh +++ b/script/make_utils/setup_os_deps.sh @@ -50,10 +50,10 @@ if [[ "${OS_NAME}" == "Linux" ]]; then PYTHON_PACKAGES= if [[ "${LINUX_INSTALL_PYTHON}" == "1" ]]; then PYTHON_PACKAGES="python3-pip \ - python3.8 \ - python3.8-dev \ - python3.8-tk \ - python3.8-venv \ + python3 \ + python3-dev \ + python3-tk \ + python3-venv \ python-is-python3 \ " fi