mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Use Python's built-in replacements to avoid errors when using virtual environments
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user