On Wed, 2025-09-03 at 12:45 +0200, Johannes Berg wrote: > > I don't follow. If this setup breaks the build then that's good, I'll > fix the env. If the build does magic inside and sort of ignores $PATH, > that's bad. Or maybe it's not ignoring $PATH, but rather picking the "best" python3.xy binary from $PATH - still that's annoying because you'd have to control which ones are there and/or know which ones it might pick. Far more predictable and usable to just use "python3" and print a message saying you might want to use a better version if you think it's too slow. johannes