From 21b29a1a7e73b48d580f485059c5b106bf77c43b Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 19 Jan 2025 09:43:12 -0600 Subject: [PATCH] Ext: Correct user preference specified in comment --- src/Ext/freecad/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ext/freecad/utils.py b/src/Ext/freecad/utils.py index 01bb923e50..0230a2b0ad 100644 --- a/src/Ext/freecad/utils.py +++ b/src/Ext/freecad/utils.py @@ -31,7 +31,7 @@ import FreeCAD def get_python_exe() -> str: """Find Python. In preference order - A) The value of the PythonExecutableForPip user preference + A) The value of the BaseApp/Preferences/PythonConsole/ExternalPythonExecutable user preference B) The executable located in the same bin directory as FreeCAD and called "python3" C) The executable located in the same bin directory as FreeCAD and called "python" D) The result of a shutil search for your system's "python3" executable