From b08871cabb0521a5d037b1a140f9e1bd54887e75 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 18 Nov 2016 16:49:02 +0100 Subject: Makefile: -> python3 --- Makefile.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.example') 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 -- cgit v1.2.3