Umgebungsvariable heisst jetzt SPS_SKEL

This commit is contained in:
2026-07-20 16:45:19 +02:00
parent 06de3aba70
commit c7c50190cb
8 changed files with 71 additions and 71 deletions
+2 -2
View File
@@ -5,13 +5,13 @@ REM ================================================================
call "%~dp0setenv.bat"
if not exist "%PROJECT%\.venv" (
if not exist "%SPS_SKEL%\.venv" (
echo FEHLER: Virtual environment nicht gefunden.
echo Bitte zuerst bin\install_py.bat ausfuehren.
exit /b 1
)
call "%PROJECT%\.venv\Scripts\activate.bat"
call "%SPS_SKEL%\.venv\Scripts\activate.bat"
echo Virtuelle Umgebung aktiviert.
echo Python-Version:
python --version