Carol Willing added the comment:

Current version
Each virtual environment has its own Python binary (allowing creation of 
environments with various Python versions) and can have its own independent set 
of installed Python packages in its site directories.

Another suggested revision
Since its introduction in Python 3.3, venv may be used to create a virtual 
environment with its own Python binary and optionally its own independent set 
of installed Python packages in its site directories. Multiple virtual 
environments permit various Python versions to exist on a system.

David and Graham,
Perhaps moving the "see also" box (see also Python Packaging User Guide: 
Creating and using virtual environments) closer to the top, perhaps under the 
pep reference, would be helpful for the user.

Virtual environments are confusing for those new to Python since there are many 
"env"s such as venv, pyvenv, virtualenv, virtualenvwrapper, pyenv tool, and 
myenv used in many examples.

Carol

----------
nosy: +willingc

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

Reply via email to