Message110935
| 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. |
|