From: Guido van Rossum Date: Tue, 9 Dec 1997 19:46:45 +0000 (+0000) Subject: Reference to PYTHONPATH should be PYTHONSTARTUP. X-Git-Tag: v1.5b2~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8291bb3693a269373c053c8e4db2c5972711fab9;p=python Reference to PYTHONPATH should be PYTHONSTARTUP. --- diff --git a/Doc/lib/libuser.tex b/Doc/lib/libuser.tex index d90132ccc9..b05e391e75 100644 --- a/Doc/lib/libuser.tex +++ b/Doc/lib/libuser.tex @@ -5,7 +5,7 @@ As a policy, Python doesn't run user-specified code on startup of Python programs. (Only interactive sessions execute the script -specified in the \code{PYTHONPATH} environment variable if it exists). +specified in the \code{PYTHONSTARTUP} environment variable if it exists). However, some programs or sites may find it convenient to allow users to have a standard customization file, which gets run when a program diff --git a/Doc/libuser.tex b/Doc/libuser.tex index d90132ccc9..b05e391e75 100644 --- a/Doc/libuser.tex +++ b/Doc/libuser.tex @@ -5,7 +5,7 @@ As a policy, Python doesn't run user-specified code on startup of Python programs. (Only interactive sessions execute the script -specified in the \code{PYTHONPATH} environment variable if it exists). +specified in the \code{PYTHONSTARTUP} environment variable if it exists). However, some programs or sites may find it convenient to allow users to have a standard customization file, which gets run when a program