summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-03-07 16:24:50 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-06-17 13:21:27 +0200
commit60d2551fa421449d1973ced696b03b23434fccb0 (patch)
treecc087485e8e9c57b4a729093911594af859e10b6
parent8967c4ee6fef99c70ce086cd3e52b56712d4d372 (diff)
downloadIshtar-60d2551fa421449d1973ced696b03b23434fccb0.tar.bz2
Ishtar-60d2551fa421449d1973ced696b03b23434fccb0.zip
Adapt Makefile sample for python3
-rw-r--r--Makefile.example2
1 files changed, 1 insertions, 1 deletions
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