[Python-Dev] bdist_* to stdlib?
Nick Coghlan
ncoghlan at gmail.com
Wed Feb 15 09:33:54 CET 2006
Bob Ippolito wrote:
> ** The exception is scripts. Scripts go wherever --install-scripts=
> point to, and AFAIK there is no means to ensure that the scripts from
> one egg do not interfere with the scripts for another egg or anything
> else on the PATH. I'm also not sure what the uninstallation story
> with scripts is.
Hopefully PEP 338 will go some way towards fixing that - in Python 2.5, the
'-m' switch should be able to run modules inside eggs as scripts, reducing the
need to install them directly into the filesystem.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list