diff --git a/app/Sources/ClaudeWhisperer/SetupManager.swift b/app/Sources/ClaudeWhisperer/SetupManager.swift index 05bfb3e..a7074a6 100644 --- a/app/Sources/ClaudeWhisperer/SetupManager.swift +++ b/app/Sources/ClaudeWhisperer/SetupManager.swift @@ -35,7 +35,7 @@ class SetupManager: ObservableObject { // Step 1: Create venv with bundled uv guard runCommand( Paths.uvBinary.path, - args: ["venv", Paths.venv.path, "--python", "3.13"], + args: ["venv", Paths.venv.path, "--python", "3.13", "--clear"], step: "Creating Python environment..." ) else { updateState(.failed("Failed to create Python venv"), progress: 0)