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 jkloth
Recipients eric.araujo, jkloth, josip, l0nwlf, meatballhat, pitrou, schmir, tarek, titus, zubin71
Date 2010-07-20.17:49:45
SpamBayes Score 0.065598495
Marked as misclassified No
Message-id <1279648187.61.0.347300963217.issue8254@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-20 17:49:47jklothsetrecipients: + jkloth, titus, pitrou, schmir, tarek, eric.araujo, meatballhat, zubin71, l0nwlf, josip
2010-07-20 17:49:47jklothsetmessageid: <1279648187.61.0.347300963217.issue8254@psf.upfronthosting.co.za>
2010-07-20 17:49:46jklothlinkissue8254 messages
2010-07-20 17:49:45jklothcreate