Hi all,
On 12.11.25 16:49, Antoine Beaupré wrote:
I've been wondering whether it's time we finally make this
change. Concretely, I think it means:
1. deprecating /usr/bin/python3
2. shipping Python 3 as /usr/bin/python directly
What would be a motivation to warrant such a breaking change?
Every script / program for Python3 I know uses
#!/usr/bin/env python3
(acknowledging virtualenv usage) or
#!/usr/bin/python3
So this would be a very bad move for what gain exactly?
All the best
Michael
Just a Debian and Python3 user