bpo-40854: Allow overriding sys.platlibdir via PYTHONPLATLIBDIR env-var (GH-20605) (GH-20725)
(cherry picked from commit 8f023a2f664f902a3d0b7a6f64d63afc0d1c15ae)
Co-authored-by: Sandro Mani <manisandro@gmail.com>
diff --git a/Misc/python.man b/Misc/python.man
index 89a15a5..74b2d72 100644
--- a/Misc/python.man
+++ b/Misc/python.man
@@ -413,6 +413,8 @@
The search path can be manipulated from within a Python program as the
variable
.IR sys.path .
+.IP PYTHONPLATLIBDIR
+Override sys.platlibdir.
.IP PYTHONSTARTUP
If this is the name of a readable file, the Python commands in that
file are executed before the first prompt is displayed in interactive