Alexander P added the comment:

Well, project_base (which is what sys.executable is used for) is used only 
during build (i. e. python_build is True), if I understand it correctly. 
Normally, sys.prefix and sys.exec_prefix are used for all the paths.

Also, project_base can be explicitly set using _PYTHON_PROJECT_BASE environ 
variable, in which case we still don't need sys.executable (but it still would 
fail without one right now).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28552>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to