This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iamale
Recipients dstufft, eric.araujo, iamale, r.david.murray
Date 2016-10-29.08:46:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477730775.3.0.968730577709.issue28552@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2016-10-29 08:46:15iamalesetrecipients: + iamale, eric.araujo, r.david.murray, dstufft
2016-10-29 08:46:15iamalesetmessageid: <1477730775.3.0.968730577709.issue28552@psf.upfronthosting.co.za>
2016-10-29 08:46:15iamalelinkissue28552 messages
2016-10-29 08:46:15iamalecreate