On Wed, 22 Jul 2020 at 19:31, David Mathog <dmat...@gmail.com> wrote:
> but that shebang has to be corrected when the installation is moved to a 
> normal
> environment, which my code is doing now.)

Moving files that are installed by Python packaging tools isn't
supported. It might work, and you can probably make it work with some
effort, but it's very much a case of "don't do it unless you know what
you're doing". Correcting shebang lines is definitely something you
will need to do.

Paul
--
Distutils-SIG mailing list -- distutils-sig@python.org
To unsubscribe send an email to distutils-sig-le...@python.org
https://mail.python.org/mailman3/lists/distutils-sig.python.org/
Message archived at 
https://mail.python.org/archives/list/distutils-sig@python.org/message/QSFPBCNGXOO4MG6A7JSFLI5MMT5FBQIA/

Reply via email to