[Zope-Checkins] CVS: Zope2 - make_start.py:1.4
Ken Manheimer
klm@digicool.com
Tue, 24 Aug 1999 17:53:37 -0400
Update of /cvs-repository/Zope2/inst
In directory splat.digicool.com:/projects/sites/devzope/inst
Modified Files:
make_start.py
Log Message:
Produce a relocatable start script - it sets PYTHONHOME to the
directory where it resides, and expects z2.py to be there. This way,
the entire installed site can be moved to another directory, and the
start script will continue to do the right thing. (I don't know what
else has the location coded in - if it all keys off of PYTHONPATH,
then this may be enough...)