mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Reference to PYTHONPATH should be PYTHONSTARTUP.
This commit is contained in:
parent
28f9a68deb
commit
8291bb3693
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue