On Tue, Jul 16, 2024 at 11:04 AM, Alexander Kanavin wrote: > > It's fine to remove if after doing that you can conclusively verify > there's no 'python' anywhere. I've looked at the source code directly and there are no 'python' shebangs anywhere. They all use #!/usr/bin/env python3 I'll submit a separate patch for this then :)