File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ 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.
25
+ Python installation, known as the virtual environment's "base" Python, and by
26
+ default is isolated from the packages in the base environment, so
27
+ that only those explicitly installed in the virtual environment are available.
28
28
29
29
When used from within a virtual environment, common installation tools such as
30
30
:pypi: `pip ` will install Python packages into a virtual environment
You can’t perform that action at this time.
0 commit comments