From 95d36c6c629abeca3d4bd65c840b1df8c000e036 Mon Sep 17 00:00:00 2001 From: jenstandstad Date: Sat, 11 Apr 2026 13:45:37 +0200 Subject: [PATCH] Adding explicit python3 reference --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 5b26e18..9101845 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -238,7 +238,7 @@ info "Starting containers..." docker compose up -d 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 "" docker compose ps