From f9c8b7f4abf8313e24defd14506d56018afd02d9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 1 Oct 2024 08:16:13 +0200 Subject: [PATCH] chore: fix ps syntax error --- setup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.ps1 b/setup.ps1 index 7174d85fa..116ed0a2b 100644 --- a/setup.ps1 +++ b/setup.ps1 @@ -159,7 +159,7 @@ function Find-PythonExecutable { "C:\Users\$env:USERNAME\AppData\Local\Programs\Python\Python310\python.exe", "C:\Python312\python.exe", "C:\Python311\python.exe", - "C:\Python310\python.exe", + "C:\Python310\python.exe" )