mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-20 22:13:43 +00:00
Fix: use embedded Python in start_windows.bat to avoid system interpreter conflicts (#7120)
This commit is contained in:
parent
de4ccffff8
commit
8df1127ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue