/usr/local/bin/python3: symbolic link to python3.11 (was: PEP394)

From: Graham Perrin <grahamperrin_at_gmail.com>
Date: Fri, 10 Oct 2025 05:44:12 UTC
On 10/10/2025 05:16, Stephen Montgomery-Smith wrote:

> …
>
>     ## PEP394 says Python 3 installs should all provide this command
>     pyexec = "python3";
>
> I notice that the lang/python3.11 doesn't include python3 as a link to 
> python3.11.
>
> …


Maybe relevant, after installing lang/python3:

blah@alpha5-unannounced:~ % file /usr/local/bin/python3
/usr/local/bin/python3: symbolic link to python3.11
blah@alpha5-unannounced:~ %

<https://www.freshports.org/lang/python3/#requiredrun>