I\'m trying to execute python scripts automatically generated by zc.buildout so I don\'t have control over them. My problem is that the shebang line (#!) is too long for ei
Limited to 127 chars on 99.9% of systems due to kernel compile time buffer limit.
It's limited in the kernel by BINPRM_BUF_SIZE, set in include/linux/binfmts.h.
BINPRM_BUF_SIZE
include/linux/binfmts.h