diff options
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ inserted in the path in front of $PYTHONPATH. 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 |