This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients janssen, jcea, schmir
Date 2008-05-29.15:54:31
SpamBayes Score 0.27269334
Marked as misclassified No
Message-id <1212076472.78.0.324452986921.issue2936@psf.upfronthosting.co.za>
In-reply-to
Content
You could do that, I can see how that would be useful, but I think it
might be less confusing to just use the platform's way of doing that. 
For instance, on OS X, you can set DYLD_LIBRARY_PATH environment
variable to put directories in front of the normal search path, and
DYLD_FALLBACK_LIBRARY_PATH to put directories in back of the normal
search path.
History
Date User Action Args
2008-05-29 15:54:33janssensetspambayes_score: 0.272693 -> 0.27269334
recipients: + janssen, jcea, schmir
2008-05-29 15:54:32janssensetspambayes_score: 0.272693 -> 0.272693
messageid: <1212076472.78.0.324452986921.issue2936@psf.upfronthosting.co.za>
2008-05-29 15:54:32janssenlinkissue2936 messages
2008-05-29 15:54:31janssencreate