summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-18 16:49:02 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-11-18 16:49:02 +0100
commitb08871cabb0521a5d037b1a140f9e1bd54887e75 (patch)
treedf45c7adf0120d32827d2979f3702802c24dd660
parent26623cd165f0e02292d11d411eda688bdb73b41e (diff)
downloadChimère-b08871cabb0521a5d037b1a140f9e1bd54887e75.tar.bz2
Chimère-b08871cabb0521a5d037b1a140f9e1bd54887e75.zip
Makefile: -> python3
-rw-r--r--Makefile.example4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.example b/Makefile.example
index 2084320..b97da11 100644
--- a/Makefile.example
+++ b/Makefile.example
@@ -1,8 +1,8 @@
SHELL := /bin/bash
# if a virtualenv is used put the full python path
-# e.g.: PYTHON=$$HOME/.virtualenvs/chimere/bin/python
-PYTHON=python
+# e.g.: PYTHON=$$HOME/.virtualenvs/chimere/bin/python3
+PYTHON=python3
update: clean syncdb compilemessages collectstatic