[issue32444] python -m venv has incongruous behavor creating binaries

R. David Murray report at bugs.python.org
Fri Dec 29 09:09:49 EST 2017


R. David Murray <rdmurray at bitdance.com> added the comment:

This is a feature that actually supports your use case, as well as the use cases of those who *don't* want to strap the python version: you get what you ask for.  If you call venv with 'python3', you get a venv that will use your new python if you upgrade your python, but if you call it with python3.x, you will get a venv that will *not* upgrade, which is exactly what you want for your use case.

----------
nosy: +r.david.murray
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed
versions: +Python 3.7 -Python 3.5

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


More information about the Python-bugs-list mailing list