diff options
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 |
commit | b08871cabb0521a5d037b1a140f9e1bd54887e75 (patch) | |
tree | df45c7adf0120d32827d2979f3702802c24dd660 | |
parent | 26623cd165f0e02292d11d411eda688bdb73b41e (diff) | |
download | Chimère-b08871cabb0521a5d037b1a140f9e1bd54887e75.tar.bz2 Chimère-b08871cabb0521a5d037b1a140f9e1bd54887e75.zip |
Makefile: -> python3
-rw-r--r-- | Makefile.example | 4 |
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 |