]> granicus.if.org Git - python/commitdiff
Add PYTHONHOME to the usage message.
authorGuido van Rossum <guido@python.org>
Wed, 30 Apr 1997 19:48:59 +0000 (19:48 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 30 Apr 1997 19:48:59 +0000 (19:48 +0000)
Modules/main.c

index 23a910efbb176d9a66f347cc4ee2dd2f27cc5c43..5d01abdabb43c3d0cb6f68c0f91f8048cb772511 100644 (file)
@@ -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\
 ";