From ac904c60c8f54253cea570f9e820156d6ef02957 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 5 Jul 2025 08:38:02 +0200 Subject: [PATCH] fix: powershell syntax error --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 39c9b6665..39e8b7d02 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -159,7 +159,7 @@ function Find-PythonExecutable { "C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python311\python.exe", "C:\Python313\python.exe", "C:\Python312\python.exe", - "C:\Python311\python.exe", + "C:\Python311\python.exe" )