Automatische Installation der Python Virtual Environment, falls diese noch nicht exisitert + Automatisches Ziehen der RD_Teilenummern.csv, falls nach erstmaligem Klonen dieses Repos noch keine im Data-Ordner exisitert
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
call cremig_setenv.bat
|
|
||||||
@echo off
|
@echo off
|
||||||
call %CREMIG%\.venv\Scripts\activate.bat
|
CALL cremig_setenv.bat
|
||||||
|
IF NOT EXIST %CREMIG%\.venv CALL %CREMIG_BIN%\install_py.bat
|
||||||
|
IF NOT EXIST %CREMIG_DATA%\%RD_DATABASE_NAME% CALL %CREMIG_BIN%\01_get_rd_dbase.bat
|
||||||
|
CALL %CREMIG%\.venv\Scripts\activate.bat
|
||||||
python %CREMIG_LIB%\compare_lists.py %*
|
python %CREMIG_LIB%\compare_lists.py %*
|
||||||
deactivate
|
deactivate
|
||||||
|
|||||||
Reference in New Issue
Block a user