Commit fc7b25ac authored by AUTOMATIC1111's avatar AUTOMATIC1111 Committed by GitHub

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

activate venv .bat
parents e09104a1 2abc6288
...@@ -48,6 +48,7 @@ echo Warning: Failed to upgrade PIP version ...@@ -48,6 +48,7 @@ echo Warning: Failed to upgrade PIP version
:activate_venv :activate_venv
set PYTHON="%VENV_DIR%\Scripts\Python.exe" set PYTHON="%VENV_DIR%\Scripts\Python.exe"
call "%VENV_DIR%\Scripts\activate.bat"
echo venv %PYTHON% echo venv %PYTHON%
:skip_venv :skip_venv
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment