Hi Phil, Phil 写道: > I tend to build manifests containing my python app, and python > itself to run the app. Originally I thought this was necessary > to decouple the > app from a specific version of python, but assuming I'm right > about > the patching of shebangs, this seems to be misguided - as any > entry points > within the app will have been hardcoded to use a version of > python at > build time, irrespective of the python version in the manifest? If all shebangs and similar entry points have been properly patched, why would you need to bundle ‘Python itself to run the app’ at all? Kind regards, T G-R