Lines Matching refs:pythonpath
80 * preprocessor variable PYTHONPATH is used to construct a path. Each
81 * relative path on PYTHONPATH is prefixed with prefix. Then the directory
83 * variable $PYTHONPATH is inserted in front of it all. Finally, the
382 char *pythonpath = PYTHONPATH;
411 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n");
412 fprintf(stderr, "Using default static PYTHONPATH.\n");
433 char *rtpypath = Py_GETENV("PYTHONPATH");
437 char *defpath = pythonpath;
631 fprintf(stderr, "Not enough memory for dynamic PYTHONPATH.\n");
632 fprintf(stderr, "Using default static PYTHONPATH.\n");
633 module_search_path = PYTHONPATH;
636 /* Run-time value of $PYTHONPATH goes first */
648 /* Next goes merge of compile-time $PYTHONPATH with
651 defpath = pythonpath;