Skip to content

Commit 918676c

Browse files
Update Doc/library/venv.rst
Co-authored-by: Semyon Moroz <[email protected]>
1 parent 1419051 commit 918676c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/library/venv.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ The command, if run with ``-h``, will show the available options::
122122
Once an environment has been created, you may wish to activate it, e.g. by
123123
sourcing an activate script in its bin directory.
124124

125+
.. option:: ENV_DIR
126+
127+
A required argument specifying the directory to create the environment in.
128+
125129
.. option:: --system-site-packages
126130

127131
Give the virtual environment access to the system site-packages directory.

0 commit comments

Comments
 (0)