open-src/common/Makefile.init
changeset 1132 d9f96853a754
parent 1097 243d7ed7a10c
child 1147 54bcc6a673bf
--- a/open-src/common/Makefile.init	Fri May 20 21:05:21 2011 -0700
+++ b/open-src/common/Makefile.init	Mon May 23 12:14:08 2011 -0700
@@ -280,6 +280,13 @@
 
 ### Other tools needed to build
 
+## Python tools & paths
+# When changing PYTHON_VERSION, check that PYTHON_PKG_VERSION & 
+# PYTHON_PATH_VERSION are still set correctly in pkg/Makefile
+PYTHON_VERSION=2.6
+PYTHON=/usr/bin/python$(PYTHON_VERSION)
+PYTHON_PATH=$(PROTODIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages:$(PROTODIR)/usr/lib/python$(PYTHON_VERSION)/site-packages:/usr/lib/python$(PYTHON_VERSION)/vendor-packages:/usr/lib/python$(PYTHON_VERSION)/site-packages
+
 # Script used to install files in proto area
 INSTALL_SCRIPT=$(TOP)/open-src/common/install-sh -c