[Zope-Checkins] CVS: ZODB3/ZEO - runzeo.py:1.7

Guido van Rossum guido@python.org
Mon, 20 Jan 2003 11:32:45 -0500


Update of /cvs-repository/ZODB3/ZEO
In directory cvs.zope.org:/tmp/cvs-serv9065/ZEO

Modified Files:
	runzeo.py 
Log Message:
Change all #! lines to read "#!python".  This seems to be the only way
that we can get distutils install to munge the #! line to insert the
proper Python executable file name.  (/usr/local/bin/python would work
too, but may not be the Python version that you intended to use, so
IMO it's better to require that you use an explicit Python interpreter
when invoking the scripts before they are installed.


=== ZODB3/ZEO/runzeo.py 1.6 => 1.7 ===
--- ZODB3/ZEO/runzeo.py:1.6	Mon Jan 20 10:29:13 2003
+++ ZODB3/ZEO/runzeo.py	Mon Jan 20 11:32:43 2003
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#!python
 ##############################################################################
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.