From 39efd3aeed9cf68d2674d9960dc5f4021605e438 Mon Sep 17 00:00:00 2001 From: claude-bot Date: Sat, 2 May 2026 20:54:45 +0900 Subject: [PATCH] Default to cmd python on Windows --- src/python-runtime.ts | 28 +++++----------------------- 1 file changed, 5 insertions(+), 23 deletions(-) diff --git a/src/python-runtime.ts b/src/python-runtime.ts index 541b8c7..73511cc 100644 --- a/src/python-runtime.ts +++ b/src/python-runtime.ts @@ -157,29 +157,11 @@ export async function resolveBasePythonCommand(config: AppConfig): Promise