[issue8254] write a configure command

Jeremy Kloth report at bugs.python.org
Tue Jul 20 19:49:47 CEST 2010


Jeremy Kloth <jeremy.kloth at gmail.com> added the comment:

How would the build or install command get the options in this case:

python setup.py configure --prefix=$HOME build install

Remember that commands can be chained (and that commands can run other commands).  I would like to be able to do (and can do right now):

python setup.py install

and have both `configure` and `build` be run with their defaults.

----------

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


More information about the Python-bugs-list mailing list