[PEAK] setuptools dependencies installed from os packages
Phillip J. Eby
pje at telecommunity.com
Mon Jul 31 19:13:28 EDT 2006
At 06:44 PM 7/31/2006 -0400, Python wrote:
> > Try "easy_install -meb. package".
>
>That worked very nicely. (I hope I wasn't just being obtuse, but I
>could not find that in the documentation. So multi-version avoids the
>automatic install.)
Actually, multi-version avoids all checking of the installation
*path*. There's no installation when -e is used, regardless of whether -m
is used or not. -e should probably disable the checking also.
More information about the PEAK
mailing list