2.3.3/1.5.2 and 2.5.2/2.1.2 on the Same OSX Box?
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? Thanks in advance! Chris ===== -- chris abraham <chrisabraham@yahoo.com> +1 202-452-7442 tel po box 15163 washington, dc 20003-0163 +1 202-478-0276 fax __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
Hi Chris, You can build a binary of Zope with it's own python. If you have trouble doing this.. I'd be happy to throw one together for you. -steve On Friday, April 26, 2002, at 03:25 PM, 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?
Thanks in advance!
Chris
===== -- chris abraham <chrisabraham@yahoo.com> +1 202-452-7442 tel po box 15163 washington, dc 20003-0163 +1 202-478-0276 fax
__________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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/
participants (3)
-
Chris Abraham -
Steve Spicklemire -
Stuart Bishop