cpython: 408b6b3dcf9a (original) (raw)

Mercurial > cpython

changeset 85562:408b6b3dcf9a

Closes #18939: Merged documentation update from 3.3. [#18939]

Vinay Sajip <vinay_sajip@yahoo.co.uk>
date Fri, 06 Sep 2013 09:51:27 +0100
parents 985384cd6365(current diff)ad09332f856f(diff)
children 8002aee72837
files Doc/library/venv.rst
diffstat 1 files changed, 14 insertions(+), 0 deletions(-)[+] [-] Doc/library/venv.rst 14

line wrap: on

line diff

--- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -21,6 +21,7 @@ site directories. Each virtual environm creation of environments with various Python versions) and can have its own independent set of installed Python packages in its site directories. +See :pep:405 for more information about Python virtual environments. Creating virtual environments ----------------------------- @@ -61,6 +62,19 @@ Creating virtual environments ignored from all distutils configuration files to prevent projects being inadvertently installed outside of the virtual environment.

API ---