Addon Manager: Use Vermin to detect min Python

This commit is contained in:
Chris Hennes
2022-09-26 09:10:45 -05:00
parent 552d6ab895
commit 66766282fa
3 changed files with 281 additions and 109 deletions

View File

@@ -339,6 +339,7 @@ def get_python_exe() -> str:
if not python_exe or not os.path.exists(python_exe):
return ""
python_exe = python_exe.replace("/",os.path.sep)
prefs.SetString("PythonExecutableForPip", python_exe)
return python_exe