diff --git a/packages/@cdktf/commons/src/debug.ts b/packages/@cdktf/commons/src/debug.ts index 1f12f3d73c..11aa37505d 100644 --- a/packages/@cdktf/commons/src/debug.ts +++ b/packages/@cdktf/commons/src/debug.ts @@ -391,7 +391,9 @@ export async function collectDebugInformation() { switch (language) { case "python": { + console.log("about to get python version") const python = getPythonVersion(); + console.log("got python version") const pip = getPipVersion(); const pipenv = getPipenvVersion(); debugOutput["python"] = (await python) ?? null;