diff options
author | Guido van Rossum <guido@python.org> | 1997-12-09 19:46:45 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-09 19:46:45 (GMT) |
commit | 8291bb3693a269373c053c8e4db2c5972711fab9 (patch) | |
tree | 1daf30b77912583a4202ff56d892cc62c1dd3b18 /Doc/libuser.tex | |
parent | 28f9a68deb7ca9e9d44c2dcc0fc4d80430219eb0 (diff) | |
download | cpython-8291bb3693a269373c053c8e4db2c5972711fab9.zip cpython-8291bb3693a269373c053c8e4db2c5972711fab9.tar.gz cpython-8291bb3693a269373c053c8e4db2c5972711fab9.tar.bz2 |
Reference to PYTHONPATH should be PYTHONSTARTUP.
Diffstat (limited to 'Doc/libuser.tex')
-rw-r--r-- | Doc/libuser.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/libuser.tex b/Doc/libuser.tex index d90132c..b05e391 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 |