#!/bin/bash cd "$(dirname "$0")" if [ ! -d ".venv" ]; then echo "Die virtuelle Umgebung fehlt." echo "Bitte führe zuerst die Installation (install/install_macos.sh) aus!" exit 1 fi source .venv/bin/activate python3 main.py