July 22, 2020
8:27 p.m.
On Wed, 22 Jul 2020 at 19:31, David Mathog <dmathog@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