Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a9744ae

Browse files
committed
Update output of venv -h
* Update description of the --system-site-packages option * Show --copies option in the usage
1 parent b594422 commit a9744ae

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/using/venv-create.inc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ or equivalently::
2929

3030
The command, if run with ``-h``, will show the available options::
3131

32-
usage: venv [-h] [--system-site-packages] [--symlinks] [--clear]
33-
[--upgrade] [--without-pip] ENV_DIR [ENV_DIR ...]
32+
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
33+
[--upgrade] [--without-pip]
34+
ENV_DIR [ENV_DIR ...]
3435

3536
Creates virtual Python environments in one or more target directories.
3637

@@ -39,8 +40,8 @@ The command, if run with ``-h``, will show the available options::
3940

4041
optional arguments:
4142
-h, --help show this help message and exit
42-
--system-site-packages Give access to the global site-packages dir to the
43-
virtual environment.
43+
--system-site-packages Give the virtual environment access to the system
44+
site-packages dir.
4445
--symlinks Try to use symlinks rather than copies, when symlinks
4546
are not the default for the platform.
4647
--copies Try to use copies rather than symlinks, even when

0 commit comments

Comments
 (0)