Skip to content

Commit dd7951f

Browse files
Improved venv docs to note that isolation is the default.
1 parent cb59eae commit dd7951f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/venv.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ The :mod:`!venv` module supports creating lightweight "virtual environments",
2222
each with their own independent set of Python packages installed in
2323
their :mod:`site` directories.
2424
A virtual environment is created on top of an existing
25-
Python installation, known as the virtual environment's "base" Python, and may
26-
optionally be isolated from the packages in the base environment,
25+
Python installation, known as the virtual environment's "base" Python, and by
26+
default is isolated from the packages in the base environment,
2727
so only those explicitly installed in the virtual environment are available.
2828
See :ref:`sys-path-init-virtual-environments` and :mod:`site`'s
2929
:ref:`virtual environments documentation <site-virtual-environments-configuration>`

0 commit comments

Comments
 (0)