Funktion der Initiierung des Virtual Environments verdeutlicht
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
call cremig_setenv.bat
|
call cremig_setenv.bat
|
||||||
if not exist %CREMIG%\.venv (
|
if not exist %CREMIG%\.venv (
|
||||||
ECHO Initialisiere Virtual-Environment...
|
ECHO Initialisiere Python virtual environment...
|
||||||
python -m venv %CREMIG%\.venv --upgrade-deps
|
python -m venv %CREMIG%\.venv --upgrade-deps
|
||||||
ECHO Erfolgreich.
|
ECHO Erfolgreich.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user