[Zope3-checkins] CVS: Zope3 - Makefile:1.2
Fred L. Drake, Jr.
fred@zope.com
Fri, 22 Nov 2002 10:27:52 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv28751
Modified Files:
Makefile
Log Message:
Use Python 2.2 explicitly; this avoids pain for people for whom some
other version of Python is the default.
=== Zope3/Makefile 1.1 => 1.2 ===
--- Zope3/Makefile:1.1 Fri Nov 22 07:44:38 2002
+++ Zope3/Makefile Fri Nov 22 10:27:52 2002
@@ -1,4 +1,4 @@
-PYTHON=python
+PYTHON=python2.2
TESTOPTS=
all: