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 nobody
Recipients
Date 2001-05-01.21:24:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
It's useful to have setup.py search the lib and include
directories in sys.prefix before it checks /usr/local.
That way, if you are building Python into a custom
location and want it to use the the libraries installed
there rather than the system defaults, you can give the
--prefix option to configure and setup.py will search
that path first.
History
Date User Action Args
2007-08-23 15:05:00adminlinkissue420565 messages
2007-08-23 15:05:00admincreate