Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebde385 commit 03ef647Copy full SHA for 03ef647
1 file changed
Modules/main.c
@@ -84,6 +84,8 @@ Other environment variables:\n\
84
PYTHONSTARTUP: file executed on interactive startup (no default)\n\
85
PYTHONPATH : colon-separated list of directories prefixed to the\n\
86
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\
89
";
90
91
0 commit comments