[issue8357] Add a --show-installation-paths in the install command

Tim Kersten report at bugs.python.org
Fri Apr 9 21:56:23 CEST 2010


Tim Kersten <tim.kersten at lincor.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8357>
_______________________________________


More information about the Python-bugs-list mailing list