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 f98ec67 commit 3bfb073Copy full SHA for 3bfb073
Doc/library/site.rst
@@ -55,7 +55,7 @@ added path for configuration files.
55
:data:`sys.exec_prefix` on :ref:`sys-path-init-virtual-environments`. This is
56
now done during the :ref:`path initialization <sys-path-init>`. As a result,
57
under :ref:`sys-path-init-virtual-environments`, :data:`sys.prefix` and
58
- :data:`sys.exec_prefix` no longer depend on the :ref:`site` initialization,
+ :data:`sys.exec_prefix` no longer depend on the :mod:`site` initialization,
59
and are therefore unaffected by :option:`-S`.
60
61
.. _site-virtual-environments-configuration:
0 commit comments