14 Jul
2016
14 Jul
'16
1:05 a.m.
mailman is specifically calling Python 3.4, ignoring the fact that I have Python 3.5 The current release of mailman (core) is incompatible with python 3.5 The version is set in buildout.cfg (look for python3-version under [mailman]
shell scripts expect bash to be at /bin/bash (mine is at /usr/local/bin/bash) /bin/bash is the standard. Is there any reason why you don't have it there? You can manually change the files to suit you. In theory you could go without them. You would have to manually activate the virtualenvs and execute the commands to start django/mailman yourself.