Skip to content

Commit

Permalink
bpo-35450: reflect in docs that venv module is not always creating a … (
Browse files Browse the repository at this point in the history
  • Loading branch information
mkkot authored and miss-islington committed Dec 14, 2018
1 parent f8e9bd5 commit f5107df
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Doc/using/venv-create.inc
Expand Up @@ -7,9 +7,10 @@ Running this command creates the target directory (creating any parent
directories that don't exist already) and places a ``pyvenv.cfg`` file in it
with a ``home`` key pointing to the Python installation from which the command
was run. It also creates a ``bin`` (or ``Scripts`` on Windows) subdirectory
containing a copy of the ``python`` binary (or binaries, in the case of
Windows). It also creates an (initially empty) ``lib/pythonX.Y/site-packages``
subdirectory (on Windows, this is ``Lib\site-packages``). If an existing
containing a copy/symlink of the Python binary/binaries (as appropriate for the
platform or arguments used at environment creation time). It also creates an
(initially empty) ``lib/pythonX.Y/site-packages`` subdirectory
(on Windows, this is ``Lib\site-packages``). If an existing
directory is specified, it will be re-used.

.. deprecated:: 3.6
Expand Down

0 comments on commit f5107df

Please sign in to comment.