Jeremy Kloth <[email protected]> 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 <[email protected]> <http://bugs.python.org/issue8254> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
