On Saturday, April 27, 2002, at 06:25 AM, Chris Abraham wrote:
Hi all:
I would like to have a version of 2.3.3 running on the same Mac OSX box one which I have my 2.5.2 Zope install. Is there a best way for me to set up 2.3.3 to run 1.5.2 as a special case so that I will be able to run then both on the box?
Python 1.5, Python 2.1 and Python 2.2 coexist happily. If you are building from source, build python 1.5.2 as normal, but run 'make altinstall' instead of 'make install' so the default version invoked when running python doesn't change. For Zope, if you are using the source distribution, just run 'python1.5 wo_pcgi.py' instead of 'python wo_pcgi.py'. If you then have a look at the 'start' script, you can confirm that the 1.5.2 interpreter is being invoked. -- Stuart Bishop <zen@shangri-la.dropbear.id.au> http://shangri-la.dropbear.id.au/