From: dbs Date: Fri, 11 Apr 2008 16:28:20 +0000 (+0000) Subject: Python is quickly becoming a requirement, not an option. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dca23d9b06579331d5858b0018b2e93c410decf2;p=working%2FOpenSRF.git Python is quickly becoming a requirement, not an option. Let's set the default accordingly. git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1309 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/install.conf b/install.conf index 18a1c68..f9aad3c 100644 --- a/install.conf +++ b/install.conf @@ -23,4 +23,4 @@ export OSRF_LEGACY_JSON=1 #export OSRF_JAVA_DEPSDIR=/opt/java # uncomment to build and install the Python modules -#export OSRF_INSTALL_PYTHON=1 +export OSRF_INSTALL_PYTHON=1