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 jjlee
Recipients jjlee
Date 2008-09-13.22:15:30
SpamBayes Score 1.1213613e-09
Marked as misclassified No
Message-id <1221344132.18.0.099532024796.issue3858@psf.upfronthosting.co.za>
In-reply-to
Content
OK, this was because I had a .pydistutils.cfg file containing the
following (ironically, put there following somebody's recipe for
installing setuptools packages using stow):

[install]
install_lib=~/lib/python$py_version_short/site-packages
install_scripts=~/bin
 
[easy_install]
site_dirs=~/lib/python$py_version_short/site-packages

Removing that file, make install no longer tries to install files
outside of the directory passed to --prefix

So this bug is not valid, and I don't think there's any regression.

There's probably another bug about making it awkward to invent a
consistent way of installing Python software using tools like stow, but
I'm not sure whether that bug lies with Python or with setuptools, or both.
History
Date User Action Args
2008-09-13 22:15:32jjleesetrecipients: + jjlee
2008-09-13 22:15:32jjleesetmessageid: <1221344132.18.0.099532024796.issue3858@psf.upfronthosting.co.za>
2008-09-13 22:15:31jjleelinkissue3858 messages
2008-09-13 22:15:30jjleecreate