Adding explicit python3 reference
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user