From: Guido van Rossum Date: Wed, 30 Apr 1997 19:48:59 +0000 (+0000) Subject: Add PYTHONHOME to the usage message. X-Git-Tag: v1.5a1~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03ef6478476c284d3e60d81150610f44290b8d79;p=python Add PYTHONHOME to the usage message. --- diff --git a/Modules/main.c b/Modules/main.c index 23a910efbb..5d01abdabb 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 directory (or :).\n\ + The default module search path uses /lib/python1.5.\n\ ";