mirror of
https://github.com/python/cpython.git
synced 2025-10-28 01:00:34 +00:00
merge with 3.3
This commit is contained in:
commit
7025349aa8
5 changed files with 87 additions and 3 deletions
|
|
@ -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
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue