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",
2222each with their own independent set of Python packages installed in
2323their :mod: `site ` directories.
2424A 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
2929:ref: `virtual environments documentation <site-virtual-environments-configuration >`
3030for more information.
3131
You can’t perform that action at this time.
0 commit comments