diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 10:37:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 10:37:12 (GMT) |
commit | 7025349aa8c09f6910ca985d72a059019129d1f8 (patch) | |
tree | f2ef4901370210eb88d58e015c4aa3a038758ab5 /Doc/library/venv.rst | |
parent | 3c6ab2208bb494f4ab4f6caa5b16c0fb193844e0 (diff) | |
parent | 521ed521317ffd385afaabdd889879e7cb7461df (diff) | |
download | cpython-7025349aa8c09f6910ca985d72a059019129d1f8.zip cpython-7025349aa8c09f6910ca985d72a059019129d1f8.tar.gz cpython-7025349aa8c09f6910ca985d72a059019129d1f8.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/library/venv.rst')
-rw-r--r-- | Doc/library/venv.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/venv.rst b/Doc/library/venv.rst index 5cd209c..e7016a8 100644 --- a/Doc/library/venv.rst +++ b/Doc/library/venv.rst @@ -57,6 +57,10 @@ Creating virtual environments :attr:`sys.exec_prefix` is the same as :attr:`sys.base_exec_prefix` (they all point to a non-venv Python installation). + When a venv is active, any options that change the installation path will be + ignored from all distutils configuration files to prevent projects being + inadvertently installed outside of the virtual environment. + API --- |