Merge pull request #16231 from AUTOMATIC1111/bat-activate-venv

activate venv .bat
This commit is contained in:
AUTOMATIC1111 2024-07-20 11:42:29 +03:00 committed by GitHub
commit fc7b25ac67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,7 @@ echo Warning: Failed to upgrade PIP version
:activate_venv
set PYTHON="%VENV_DIR%\Scripts\Python.exe"
call "%VENV_DIR%\Scripts\activate.bat"
echo venv %PYTHON%
:skip_venv