New submission from Joris VAN HOUTVEN <joris.vanhout...@uhasselt.be>:

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

----------
assignee: docs@python
components: Documentation
messages: 337190
nosy: Joris VAN HOUTVEN, docs@python
priority: normal
severity: normal
status: open
title: sys.executable does not return python3 executable when using uwsgi
type: behavior

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

Reply via email to