File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ The :mod:`!venv` module supports creating lightweight "virtual environments",
22
22
each with their own independent set of Python packages installed in
23
23
their :mod: `site ` directories.
24
24
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,
27
- so only those explicitly installed in the virtual environment are available.
28
- See :ref: `sys-path-init-virtual-environments ` and :mod: `site `'s
25
+ Python installation, known as the virtual environment's "base" Python, and by
26
+ default is isolated from the packages in the base environment,
27
+ so that only those explicitly installed in the virtual environment are
28
+ available. See :ref: `sys-path-init-virtual-environments ` and :mod: `site `'s
29
29
:ref: `virtual environments documentation <site-virtual-environments-configuration >`
30
30
for more information.
31
31
You can’t perform that action at this time.
0 commit comments