Merge pull request #129 from Cikmo/master

Fix not being able to have spaces directory
This commit is contained in:
AUTOMATIC1111 2022-09-08 07:48:21 +03:00 committed by GitHub
commit 02fecac1c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ echo Unable to create venv in directory %VENV_DIR%
goto :show_stdout_stderr
:activate_venv
set PYTHON=%~dp0%VENV_DIR%\Scripts\Python.exe
set PYTHON="%~dp0%VENV_DIR%\Scripts\Python.exe"
%PYTHON% --version
echo venv %PYTHON%
goto :install_torch