Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 03ef647

Browse files
committed
Add PYTHONHOME to the usage message.
1 parent ebde385 commit 03ef647

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ Other environment variables:\n\
8484
PYTHONSTARTUP: file executed on interactive startup (no default)\n\
8585
PYTHONPATH : colon-separated list of directories prefixed to the\n\
8686
default module search path. The result is sys.path.\n\
87+
PYTHONHOME : alternate <prefix> directory (or <prefix>:<exec_prefix>).\n\
88+
The default module search path uses <prefix>/lib/python1.5.\n\
8789
";
8890

8991

0 commit comments

Comments
 (0)