Michael Watkins wrote: > >Dulcinea: change start of site management scripts from > #!/usr/bin/python >to: > #!/usr/bin/env python > I think these are actually /www/python/bin/python in the distribution, and distutils modifies the !# line when you run the setup.py. I don't know the details. Did you install, and *then* add the symlink in /usr/bin, or did the setup find your symlink and use it to rewrite the #! line as seemed best for your system? We've always done it this way, instead of using /usr/bin/env, because our distutils authority, Greg Ward, said this was the right way. If I remember right, the /usr/bin/env form is not replaced by distutils, and I guess that is a problem for Windows users.