diff options
author | Guido van Rossum <guido@python.org> | 1997-04-30 19:48:59 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-04-30 19:48:59 (GMT) |
commit | 03ef6478476c284d3e60d81150610f44290b8d79 (patch) | |
tree | e55a629b809ac349b11f942d6ae142a2201965ee /Modules/main.c | |
parent | ebde385fc008c7f259d45ab8a916269b855bbadd (diff) | |
download | cpython-03ef6478476c284d3e60d81150610f44290b8d79.zip cpython-03ef6478476c284d3e60d81150610f44290b8d79.tar.gz cpython-03ef6478476c284d3e60d81150610f44290b8d79.tar.bz2 |
Add PYTHONHOME to the usage message.
Diffstat (limited to 'Modules/main.c')
-rw-r--r-- | Modules/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/main.c b/Modules/main.c index 23a910e..5d01abd 100644 --- a/Modules/main.c +++ b/Modules/main.c @@ -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\ "; |