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
Got this error on a machine now:
The issue is incorrect escaping of
build_scripts.executablein setup.py. It has been fixed in recent versions of setuptools, sopip install -U setuptoolsfollowed by a reinstallalmarwill fix the issue.Ref. pypa/setuptools#188