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 Joris VAN HOUTVEN
Recipients Joris VAN HOUTVEN, docs@python
Date 2019-03-05.14:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551796286.02.0.860933813615.issue36196@roundup.psfhosted.org>
In-reply-to
Content
when serving a Flask app with uwsgi, using
`sys.executable`
will provide you the path to your uwsgi executable, not your python executable.
However, the docs specify that it should always return the python interpreter: https://docs.python.org/3/library/sys.html#sys.executable
History
Date User Action Args
2019-03-05 14:31:26Joris VAN HOUTVENsetrecipients: + Joris VAN HOUTVEN, docs@python
2019-03-05 14:31:26Joris VAN HOUTVENsetmessageid: <1551796286.02.0.860933813615.issue36196@roundup.psfhosted.org>
2019-03-05 14:31:25Joris VAN HOUTVENlinkissue36196 messages
2019-03-05 14:31:25Joris VAN HOUTVENcreate