Le mar. 29 mai 2012 07:55:51 CEST, anatoly techtonik a écrit :
http://docs.python.org/dev/packaging/tutorial.html#running-commands What's the point in using 'pysetup run install_dist' instead of just 'pysetup install' ??
They are two different commands which aren't doing the same thing. One installs the distribution, without dealing with its dependencies (the install_dist command) while the other fetches and deals with the dependencies.
This probably should be stated more clearly in the tutorial, thanks for pointing this out.
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
