Addon Manager: Use Vermin to detect min Python
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user