[Distutils] Forcing buildout to exclude packages from site-packages

Benji York benji at benjiyork.com
Tue Oct 12 15:54:27 CEST 2010


On Tue, Oct 12, 2010 at 9:51 AM, Mathieu Leduc-Hamel <marrakis at gmail.com> wrote:
> Hey All
>
> In a debate between virtualenv and buildout at work, i've started to
> search a way to force buildout to exclude packages from any
> site-packages. Do you know if there's to make it work ? like the
> --no-site-package option of virtualenv ?

See http://pypi.python.org/pypi/zc.buildout#working-with-a-system-python,
especially the bits about include-site-packages = false and
exec-sitecustomize = false.
-- 
Benji York


More information about the Distutils-SIG mailing list