[docs] [issue25152] venv documentation doesn't tell you how to specify a particular version of python

Brett Cannon report at bugs.python.org
Thu Sep 17 20:14:12 CEST 2015


Brett Cannon added the comment:

It would break backwards-compatibility, but the fix is to simply switch to `python3 -m venv` which still gives you the same semantics of using the newest Python 3 installation you have so the work to change is minimal.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25152>
_______________________________________


More information about the docs mailing list