Adding explicit python3 reference

This commit is contained in:
2026-04-11 13:45:37 +02:00
parent f1555c61e5
commit 95d36c6c62
+1 -1
View File
@@ -238,7 +238,7 @@ info "Starting containers..."
docker compose up -d docker compose up -d
info "Installing gutasktool inside agent0 container..." info "Installing gutasktool inside agent0 container..."
docker exec agent0 bash -c "python -m pip install -e /a0/usr/gutasktool --quiet" docker exec agent0 bash -c "python3 -m pip install -e /a0/usr/gutasktool --quiet"
echo "" echo ""
docker compose ps docker compose ps