mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Add PYTHONHOME to the usage message.
This commit is contained in:
parent
ebde385fc0
commit
03ef647847
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ Other environment variables:\n\
|
|||
PYTHONSTARTUP: file executed on interactive startup (no default)\n\
|
||||
PYTHONPATH : colon-separated list of directories prefixed to the\n\
|
||||
default module search path. The result is sys.path.\n\
|
||||
PYTHONHOME : alternate <prefix> directory (or <prefix>:<exec_prefix>).\n\
|
||||
The default module search path uses <prefix>/lib/python1.5.\n\
|
||||
";
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue