diff --git a/webui.bat b/webui.bat index 7b162ce27..7ebf44432 100644 --- a/webui.bat +++ b/webui.bat @@ -4,7 +4,7 @@ if exist webui.settings.bat ( call webui.settings.bat ) -if not defined PYTHON (set PYTHON=python) +if not defined PYTHON (set PYTHON=py -3.10) if defined GIT (set "GIT_PYTHON_GIT_EXECUTABLE=%GIT%") if not defined VENV_DIR (set "VENV_DIR=%~dp0%venv")