From 8df1127ce291dc9f4c7f57da1faa879aa4f87ae7 Mon Sep 17 00:00:00 2001 From: Ali <17217248+abulhawa@users.noreply.github.com> Date: Mon, 7 Jul 2025 01:42:34 +0200 Subject: [PATCH] Fix: use embedded Python in start_windows.bat to avoid system interpreter conflicts (#7120) --- start_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_windows.bat b/start_windows.bat index 68c6194e..08fedc68 100755 --- a/start_windows.bat +++ b/start_windows.bat @@ -99,7 +99,7 @@ set "CUDA_HOME=%CUDA_PATH%" call "%CONDA_ROOT_PREFIX%\condabin\conda.bat" activate "%INSTALL_ENV_DIR%" || ( echo. && echo Miniforge hook not found. && goto end ) @rem setup installer env -call python one_click.py %* +call "%INSTALL_ENV_DIR%\python.exe" one_click.py %* @rem below are functions for the script next line skips these during normal execution goto end