diff --git a/bootstrap.sh b/bootstrap.sh index e376d06..ecf8a87 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 pip install -e /a0/usr/gutasktool --quiet +docker exec agent0 python -m pip install -e /a0/usr/gutasktool --quiet echo "" docker compose ps