28 Jun
2001
28 Jun
'01
8:59 p.m.
Etienne Labuschagne writes:
After installing more than one Zope on my machine I noticed the following: The one installation's Python path also appears in the other installation's. You are working under Windows?
Under Unix, different Python interpreters do not share the same common PYTHONHOME. There, PYTHONHOME is derived automatically from the path where the Python interpreter is installed, unless PYTHONHOME is explicitly defined. Dieter