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 timkersten
Recipients tarek, timkersten
Date 2010-04-09.19:56:21
SpamBayes Score 8.0660335e-08
Marked as misclassified No
Message-id <1270842983.29.0.834680840764.issue8357@psf.upfronthosting.co.za>
In-reply-to
Content
Such an option would be useful indeed.

An idea, though perhaps it's overkill, would be to show the current values of the options causing problems, specifically if they come from a config file or environment variable.

i.e. when setup.cfg contains home=/somewhere

$ python setup.py install --prefix=/tmp
running install
error: must supply either home or prefix/exec-prefix -- not both
       setup.cfg: home=/somewhere
History
Date User Action Args
2010-04-09 19:56:23timkerstensetrecipients: + timkersten, tarek
2010-04-09 19:56:23timkerstensetmessageid: <1270842983.29.0.834680840764.issue8357@psf.upfronthosting.co.za>
2010-04-09 19:56:21timkerstenlinkissue8357 messages
2010-04-09 19:56:21timkerstencreate