Re: [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env

2025-06-16 Thread Akihiko Odaki
On 2025/06/13 5:54, John Snow wrote: This is the standard shebang we should always be using, as it plays nicely with virtual environments and our desire to always be using a specific python interpreter in our environments. (It also makes sure I can find all of the python scripts in our tree easi

Re: [PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env

2025-06-13 Thread Thomas Huth
On 12/06/2025 22.54, John Snow wrote: This is the standard shebang we should always be using, as it plays nicely with virtual environments and our desire to always be using a specific python interpreter in our environments. (It also makes sure I can find all of the python scripts in our tree eas

[PATCH v2 04/12] python: update shebangs to standard, using /usr/bin/env

2025-06-12 Thread John Snow
This is the standard shebang we should always be using, as it plays nicely with virtual environments and our desire to always be using a specific python interpreter in our environments. (It also makes sure I can find all of the python scripts in our tree easily.) Signed-off-by: John Snow --- ro