Interpreter auf dem Share muss ebenfalls die pip files laden

This commit is contained in:
2025-06-18 18:57:10 +02:00
parent 7cd0578c8c
commit fb1232b0f8
+2
View File
@@ -19,10 +19,12 @@ goto :eof
:activate_interpreter_network
SET OLD_PATH=%PATH%
SET PATH=%NETWORK_INTERPRETER_PATH%;%PATH%
CALL %PROJECT%\.venv\Scripts\activate.bat
goto :eof
:deactivate_interpreter_network
SET PATH=%OLD_PATH%
SET OLD_PATH=
SET NETWORK_INTERPRETER_PATH=
CALL %PROJECT%\.venv\Scripts\deactivate.bat
goto :eof