On Fri, 2008-01-18 at 09:49 -0500, Phillip J. Eby wrote:
> >* On our user system, with some 20.000 active users, there will be up
> >to 20.000 copies of a .python-eggs directory if someone installs a
> >program that uses a Python Egg (but does not have access to site-
> >packages or does not know how to detect what eggs are used and how to
> >install them there).
> 
> If you want eggs to always be installed unzipped, you can add an 
> --always-unzip option to your site-wide distutils.cfg.  Then, by 
> default this will unzip an egg at installation time rather than 
> extracting libraries at run time.

With my distutils
         distutils.__version__=='2.5.1'
I had to use this:

        [easy_install]
        zip_ok = False

--always-unzip was not recognized

-- 
Lloyd Kvam
Venix Corp
DLSLUG/GNHLUG library
http://www.librarything.com/catalog/dlslug
http://www.librarything.com/profile/dlslug
http://www.librarything.com/rsshtml/recent/dlslug

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to