[Distutils] API for finding plugins
Phillip J. Eby
pje at telecommunity.com
Tue Feb 14 06:24:36 CET 2006
At 09:35 PM 2/13/2006 -0600, Ian Bicking wrote:
>I think with the PYTHONPATH work Phillip has done this duplication of
>scripts will not be necessary.
That depends. If you're talking about easy_install itself, you will of
course want to set different target directories still. And if different
environments use different versions of a library or its scripts, you still
have a multiple-script situtation.
But if it's just a question of having different PYTHONPATH settings to
enable different plugins being active, then sure, you're good to go with that.
More information about the Distutils-SIG
mailing list