Ext: Correct user preference specified in comment

This commit is contained in:
Chris Hennes
2025-01-19 09:43:12 -06:00
parent 9f0f194d7b
commit 07b2c87f0a

View File

@@ -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