Got this error on a machine now:
-bash: /usr/bin/almar: "/usr/bin/env: bad interpreter: No such file or directory
The issue is incorrect escaping of build_scripts.executable in setup.py. It has been fixed in recent versions of setuptools, so pip install -U setuptools followed by a reinstall almar will fix the issue.
Ref. pypa/setuptools#188