Automatische Installation der Python Virtual Environment, falls diese noch nicht exisitert + Flag in -r bei Aufruf der update_database geändert, da sonst Warnhinweis
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@echo off
|
@echo off
|
||||||
call cremig_setenv.bat
|
CALL cremig_setenv.bat
|
||||||
call %CREMIG%\.venv\Scripts\activate.bat
|
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
||||||
python %CREMIG_LIB%\update_database.py -rd
|
CALL %CREMIG%\.venv\Scripts\activate.bat
|
||||||
|
python %CREMIG_LIB%\update_database.py -r
|
||||||
deactivate
|
deactivate
|
||||||
|
|||||||
Reference in New Issue
Block a user