Fehlende Aktivierung des virtual Environments aufgenommen, damit update_database.py ausgeführt werden kann

This commit is contained in:
2023-11-05 23:15:28 +01:00
parent 0cd74c924b
commit b1fe51dafa
+3 -3
View File
@@ -1,6 +1,6 @@
@echo off @echo off
call cremig_setenv.bat call cremig_setenv.bat
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:) call %CREMIG%\.venv\Scripts\activate.bat
if "%1" == "-s" (set SIVAS_ID=%2) else (set /p SIVAS_ID=Enter Sivas ID:)
python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID% python %CREMIG_LIB%\update_database.py --sivas=%SIVAS_ID%
pause deactivate