Fresh installation of Zulip on new Server. Installation went well and everything.
I want to use manage.py to do some things, but when I run something like
su zulip ./manage.py shell
But I get this error message:
./manage.py: line 2: syntax error near unexpected token `('
./manage.py: line 2: `from __future__ import (print_function)'
Does anyone have a idea what's wrong? Thanks in advance!