From ad2b4d7ecc3fea2bb248eecc5e47204a478e96ab Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 2 Mar 2015 21:40:10 +0200 Subject: run-local: use python2.7 since python might be 3.x --- run-local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-local.sh b/run-local.sh index 1123c58e..16e6766e 100755 --- a/run-local.sh +++ b/run-local.sh @@ -14,4 +14,4 @@ fi make # building css relies on Makefile ant -f build.ant deploy-local cd deploy-local -python bin/rz_server.py --config-dir etc +python2.7 bin/rz_server.py --config-dir etc -- cgit v1.3.1