We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6ccbe commit 27de904Copy full SHA for 27de904
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