From 556acea6ca57e326cc5ca47ef15a24480afeeeab Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Mon, 28 Aug 2023 18:20:12 +0200 Subject: [PATCH] Update default python path on windows --- bin/COMPILE.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/COMPILE.cmd b/bin/COMPILE.cmd index aca87d8..1650f5a 100644 --- a/bin/COMPILE.cmd +++ b/bin/COMPILE.cmd @@ -2,7 +2,7 @@ :: This is an example compiler script -SET PYTHON64=c:\python310-64\python.exe +SET PYTHON64=c:\python311-64\python.exe SET PYTHON32=c:\python37-32\python.exe