We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6ccbe commit 1ba4797Copy full SHA for 1ba4797
Doc/library/venv.rst
@@ -24,6 +24,7 @@ Python installation, known as the virtual environment's "base" Python, and may
24
be optionally isolated from the base's site packages, meaning
25
that packages installed in the base environment will not be accessible from
26
the virtual environment.
27
+
28
A virtual environment is therefore a powerful and convenient concept which
29
allows quick, and relatively light-weight, Python environment creation.
30
0 commit comments