Skip to content

Commit 75f9dac

Browse files
committed
DOC: add cross reference to -s option to PYTHONNOUSERSITE env
1 parent fd190d1 commit 75f9dac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/using/cmdline.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -941,8 +941,9 @@ conflict.
941941

942942
.. envvar:: PYTHONNOUSERSITE
943943

944-
If this is set, Python won't add the :data:`user site-packages directory
945-
<site.USER_SITE>` to :data:`sys.path`.
944+
This is equivalent to the :option:`-s` option. If this is set, Python won't
945+
add the :data:`user site-packages directory <site.USER_SITE>` to
946+
:data:`sys.path`.
946947

947948
.. seealso::
948949

0 commit comments

Comments
 (0)