[Distutils] parallelize setup.py develop/build

PJ Eby pje at telecommunity.com
Sun Dec 18 22:25:45 CET 2011


On Sun, Dec 18, 2011 at 6:35 AM, Andrea Crotti <andrea.crotti.0 at gmail.com>wrote:

> Since I have to run many setup.py develop/build


Why do you need to run many of them?  Develop only needs to be re-run if
you add a new script to your project, change your setup.py, or change any
extensions that are written in C.  Otherwise, you do not need to re-run it
when your code changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20111218/d8ebdd56/attachment.html>


More information about the Distutils-SIG mailing list