summaryrefslogtreecommitdiff
path: root/run-local.sh
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-03-02 21:40:10 +0200
committerAlon Levy <alon@pobox.com>2015-03-02 21:40:10 +0200
commitad2b4d7ecc3fea2bb248eecc5e47204a478e96ab (patch)
tree2fcfd50740640859c72b701f852f0d545caa6954 /run-local.sh
parent17070acb91aa22605f5ad9de60b3cb58171bce50 (diff)
run-local: use python2.7 since python might be 3.x
Diffstat (limited to 'run-local.sh')
-rwxr-xr-xrun-local.sh2
1 files changed, 1 insertions, 1 deletions
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