[issue36010] Please provide a .zip Windows release of Python that is not crippled/for embedding only

jt report at bugs.python.org
Sat Feb 16 20:43:55 EST 2019


jt <jonas at thiem.email> added the comment:

Sorry I could have added more detailed use cases, so I'll append them here:

The use case for venv in this particular script is that it's written to also work outside of CI, so it doesn't assume it runs in a "clean" python like this. And I would rather have the exact same process run in CI than outside without too much unnecessary differences like avoiding venv use specifically

Another use case for use of venv in CI is the python-for-android project I contribute to, which uses it for cross compilation and similar and for testing inside CI, will also require venv. Currently I don't think it works on Windows due to some hardcoded Unix tool paths, but there are plans to port it and then this would also be an issue

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36010>
_______________________________________


More information about the Python-bugs-list mailing list