Commit bbdd7a65 authored by Fred Drake's avatar Fred Drake

Update the version of the Python interpreter to use.

parent dbc879f1
...@@ -51,7 +51,7 @@ Using Zope in multi-threaded mode with ZServer ...@@ -51,7 +51,7 @@ Using Zope in multi-threaded mode with ZServer
'z2.py' startup script. From the top level Zope directory, you 'z2.py' startup script. From the top level Zope directory, you
can:: can::
bash% python2.1 z2.py -p bash% python2.2 z2.py -p
Note, you must have gone through the directions in 'INSTALL.txt' for Note, you must have gone through the directions in 'INSTALL.txt' for
this to work. this to work.
...@@ -62,7 +62,7 @@ Using Zope in multi-threaded mode with ZServer ...@@ -62,7 +62,7 @@ Using Zope in multi-threaded mode with ZServer
is not named 'Zope.cgi' and is not in the same directory as 'z2.py', is not named 'Zope.cgi' and is not in the same directory as 'z2.py',
then you can specify the file name after the '-p', like:: then you can specify the file name after the '-p', like::
bash% python2.1 z2.py -p /path/to/PCGI/resource/file bash% python2.2 z2.py -p /path/to/PCGI/resource/file
Now the Zope long running process is started up, and the PCGI Now the Zope long running process is started up, and the PCGI
component is loaded and ready to receive CGI requests from your component is loaded and ready to receive CGI requests from your
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment