@@ -35,7 +35,7 @@ echo Unable to create venv in directory %VENV_DIR%
goto:show_stdout_stderr
:activate_venv
setPYTHON=%~dp0%VENV_DIR%\Scripts\Python.exe
setPYTHON="%~dp0%VENV_DIR%\Scripts\Python.exe"
%PYTHON% --version
echo venv %PYTHON%
goto:install_torch
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.