diff --git a/buildout/local-eggs/localbin/README.txt b/buildout/local-eggs/localbin/README.txt index 297980fa49790845a2b275088c340d4dd28653ce..09927da9166d3c53c2b57d9c9daa605604efec01 100644 --- a/buildout/local-eggs/localbin/README.txt +++ b/buildout/local-eggs/localbin/README.txt @@ -6,3 +6,11 @@ fully stuffed with eggs interpreter. Generated wrapper behaves like original python binary, accepting all arguments. It executes original python with replacing self process. + +Known issues +------------ + +Because of being another interpreter in chain of invocation of interpreters it +can suffer of shebang limitations. + +http://www.in-ulm.de/~mascheck/various/shebang/