diff options
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 |
commit | 4c91771b7b9ebda6a409c2acadb779298981441e (patch) | |
tree | cc087485e8e9c57b4a729093911594af859e10b6 /Makefile.example | |
parent | 61da6dcbb27fcd3d41beebbc7fcf8006fd55fad4 (diff) | |
download | Ishtar-4c91771b7b9ebda6a409c2acadb779298981441e.tar.bz2 Ishtar-4c91771b7b9ebda6a409c2acadb779298981441e.zip |
Adapt Makefile sample for python3
Diffstat (limited to 'Makefile.example')
-rw-r--r-- | Makefile.example | 2 |
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 |