[Distutils] ez_setup doesn't finish partial install

Phillip J. Eby pje at telecommunity.com
Wed Jul 13 00:28:09 CEST 2005


At 10:44 AM 7/12/2005 -1000, Bob Ippolito wrote:
>You want to override this default like bdist_mpkg does.  I don't know
>the ez_setup syntax for it, but the distutils install command option
>is --install-scripts=/usr/local/bin

It's also the option for easy_install, and easy_install will take its 
default from the same place the distutils does; so you can do something 
like this:

     [install]
     install_scripts = /usr/local/bin

in ~/.pydistutils.cfg and it will work for all distutils installs as well 
as EasyInstall.



More information about the Distutils-SIG mailing list