I would like to be able to set the path to the interpreter manually (for example, using an environment variable), since findExe does not work very well if the system has several interpreters from different places (including from msys)
In my opinion it is possible to change the pythonLibHandleFromExternalLib function.
I would like to be able to set the path to the interpreter manually (for example, using an environment variable), since
findExe
does not work very well if the system has several interpreters from different places (including from msys)In my opinion it is possible to change the
pythonLibHandleFromExternalLib
function.