[Python-Dev] Finding landmark when prefix != exec-prefix

Barry A. Warsaw bwarsaw@beopen.com
Fri, 8 Sep 2000 11:00:46 -0400 (EDT)


Greg,

The place to look for the search algorithm is in Modules/getpath.c.
There's an extensive comment at the top of the file outlining the
algorithm.

In fact $PREFIX and $EXEC_PREFIX are used, but only as fallbacks.

-Barry