Use Python's built-in replacements to avoid errors when using virtual environments

This commit is contained in:
Hoang Hong Quan
2024-08-07 16:34:43 +07:00
parent b19514e64a
commit f6987b1e7a
6 changed files with 95 additions and 120 deletions
-1
View File
@@ -303,7 +303,6 @@ REM Python found
cls
set "args=%*"
set "args=!args:"=!"
"!pypath!" -m pip install -r "!thisDir!\requirements.txt"
if "!args!"=="" (
"!pypath!" "!thisDir!!script_name!"
) else (