@@ -21,16 +21,16 @@ subdirectory (on Windows, this is ``Lib\site-packages``).
21
21
On Windows, you may have to invoke the ``pyvenv`` script as follows, if you
22
22
don' t have the relevant PATH and PATHEXT settings::
23
23
24
- c : \Temp> c : \Python33 \python c : \Python33 \Tools\Scripts\pyvenv.py myenv
24
+ c : \Temp> c : \Python35 \python c : \Python35 \Tools\Scripts\pyvenv.py myenv
25
25
26
26
or equivalently::
27
27
28
- c : \Temp> c : \Python33 \python - m venv myenv
28
+ c : \Temp> c : \Python35 \python - m venv myenv
29
29
30
30
The command, if run with ``- h``, will show the available options::
31
31
32
- usage : pyvenv [- h] [-- system- site- packages] [-- symlinks] [-- clear]
33
- [-- upgrade] [-- without- pip] ENV_DIR [ENV_DIR ...]
32
+ usage : venv [- h] [-- system- site- packages] [-- symlinks] [-- clear]
33
+ [-- upgrade] [-- without- pip] ENV_DIR [ENV_DIR ...]
34
34
35
35
Creates virtual Python environments in one or more target directories.
36
36
@@ -53,6 +53,9 @@ The command, if run with ``-h``, will show the available options::
53
53
-- without- pip Skips installing or upgrading pip in the virtual
54
54
environment (pip is bootstrapped by default)
55
55
56
+ Depending on how the ``venv`` functionality has been invoked, the usage message
57
+ may vary slightly, e.g. referencing ``pyvenv`` rather than ``venv``.
58
+
56
59
.. versionchanged:: 3 .4
57
60
Installs pip by default, added the ``-- without- pip`` and ``-- copies``
58
61
options
0 commit comments