[Distutils] Deployment with setuptools

Ian Bicking ianb at colorstudy.com
Thu Apr 13 21:40:46 CEST 2006


Mars wrote:
> I prefer the distutils installation scheme for --home or --prefix or
> --root lined up across operating systems.  But this is contrary to
> distutils' general case installation scenario.  (perhaps a new
> keyword, '--environment' or '--deploy' would make sense?  Or we could
> use setup.cfg)

I don't have time to respond to all of this now, but have you looked at 
working-env.py?  http://blog.ianbicking.org/working-env.html

You activate it by putting the working environment on your $PYTHONPATH, 
and then easy_install should automatically install in that environment 
and there is a custom distutils.cfg local to that environment.  It's 
like virtual-python.py, except a bit lighter.



-- 
Ian Bicking  /  ianb at colorstudy.com  /  http://blog.ianbicking.org


More information about the Distutils-SIG mailing list