Kaydet (Commit) 71e72960 authored tarafından Vinay Sajip's avatar Vinay Sajip

Updated pyvenv documentation to match its current behaviour.

üst 48e81006
...@@ -57,8 +57,11 @@ The command, if run with ``-h``, will show the available options:: ...@@ -57,8 +57,11 @@ The command, if run with ``-h``, will show the available options::
Installs pip by default, added the ``--without-pip`` and ``--copies`` Installs pip by default, added the ``--without-pip`` and ``--copies``
options options
If the target directory already exists an error will be raised, unless .. versionchanged:: 3.4
the ``--clear`` or ``--upgrade`` option was provided. In earlier versions, if the target directory already existed, an error was
raised, unless the ``--clear`` or ``--upgrade`` option was provided. Now,
if an existing directory is specified, its contents are removed and
the directory is processed as if it had been newly created.
The created ``pyvenv.cfg`` file also includes the The created ``pyvenv.cfg`` file also includes the
``include-system-site-packages`` key, set to ``true`` if ``venv`` is ``include-system-site-packages`` key, set to ``true`` if ``venv`` is
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment