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 | 60d2551fa421449d1973ced696b03b23434fccb0 (patch) | |
tree | cc087485e8e9c57b4a729093911594af859e10b6 /Makefile.example | |
parent | 8967c4ee6fef99c70ce086cd3e52b56712d4d372 (diff) | |
download | Ishtar-60d2551fa421449d1973ced696b03b23434fccb0.tar.bz2 Ishtar-60d2551fa421449d1973ced696b03b23434fccb0.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 |