diff options
-rw-r--r-- | Makefile.example | 4 |
1 files changed, 2 insertions, 2 deletions
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 |