From fa90f7b1e6ba4f27cd0684d2db3ee075aa62776c Mon Sep 17 00:00:00 2001 From: "info@pi-farm.de" Date: Tue, 26 May 2026 23:14:49 +0000 Subject: [PATCH] setup_x11_jarvis.sh aktualisiert --- setup_x11_jarvis.sh | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/setup_x11_jarvis.sh b/setup_x11_jarvis.sh index df16382..44569a7 100755 --- a/setup_x11_jarvis.sh +++ b/setup_x11_jarvis.sh @@ -92,13 +92,12 @@ chmod +x "$REAL_HOME/.xinitrc" chown -R "$REAL_USER:$REAL_USER" "$REAL_HOME/.config" "$REAL_HOME/.xinitrc" # 5. Virtuelle Python-Umgebung einrichten (falls noch nicht geschehen) -if [ ! -d "$JARVIS_DIR/venv" ]; then - echo "🐍 Richte virtuelles Python-Environment ein..." - mkdir -p "$JARVIS_DIR" - python3 -m venv "$JARVIS_DIR/venv" - "$JARVIS_DIR/venv/bin/pip" install --upgrade pip - "$JARVIS_DIR/venv/bin/pip" install -r requirements.txt -fi + +echo "🐍 Richte virtuelles Python-Environment ein..." +mkdir -p "$JARVIS_DIR" +python3 -m venv "$JARVIS_DIR/venv" +"$JARVIS_DIR/venv/bin/pip" install --upgrade pip +"$JARVIS_DIR/venv/bin/pip" install -r requirements.txt #################################### # Voice setup