glyph> As I've said a dozen times in this thread already, the feature glyph> I'd like to get from a per-user installation location is that glyph> 'setup.py install', or at least some completely canonical glyph> distutils incantation, should work, by default, for non-root glyph> users; ideally non-administrators on windows as well as non-root glyph> users on unixish platforms.
I'm unclear why anything needs changing then. At work we have idiosyncratic central install locations for everything, not just Python. None of this stuff is installed by root. When I want to install some package to test without polluting the central waters I simply run setup.py install with a --prefix arg then set PYTHONPATH to pick up my stuff before the central stuff. I see no reason to change the behavior of setup.py's install command. It gives you the flexibility needed to handle a number of different scenarios. Skip _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com