From 4c91771b7b9ebda6a409c2acadb779298981441e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 7 Mar 2019 16:24:50 +0100 Subject: Adapt Makefile sample for python3 --- Makefile.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.example') diff --git a/Makefile.example b/Makefile.example index ffd3ea86a..7afbe8f04 100644 --- a/Makefile.example +++ b/Makefile.example @@ -2,7 +2,7 @@ SHELL := /bin/bash # if a virtualenv is used put the full python path # e.g.: PYTHON=$$HOME/.virtualenvs/ishtar/bin/python -PYTHON=python +PYTHON=python3 # put name of your current project project=example_project # list used apps -- cgit v1.2.3