]> granicus.if.org Git - python/commitdiff
Reference to PYTHONPATH should be PYTHONSTARTUP.
authorGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 19:46:45 +0000 (19:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Dec 1997 19:46:45 +0000 (19:46 +0000)
Doc/lib/libuser.tex
Doc/libuser.tex

index d90132ccc9cac0a8e940d62dad8e9c311ea21a47..b05e391e75abe2b0217b18b55df9d20c7158b315 100644 (file)
@@ -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
index d90132ccc9cac0a8e940d62dad8e9c311ea21a47..b05e391e75abe2b0217b18b55df9d20c7158b315 100644 (file)
@@ -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