> On Apr 1, 2025, at 12:10 AM, Fred Wright via devel wrote:
>
>
> On Mon, 31 Mar 2025, Hal Murray via devel wrote:
>
>>> +Alternatively you can link your python3 to python.
>>> +`ln -s /usr/bin/python3 /usr/bin/python`
>>
>> That "to" looks backwards to me. I expect:
>> link python to your
On Mon, 31 Mar 2025, Hal Murray via devel wrote:
+Alternatively you can link your python3 to python.
+`ln -s /usr/bin/python3 /usr/bin/python`
That "to" looks backwards to me. I expect:
link python to your python3
Yes, but 'ln' is like 'cp', so you put the source first.
Fred Wright
__
> +Alternatively you can link your python3 to python.
> +`ln -s /usr/bin/python3 /usr/bin/python`
That "to" looks backwards to me. I expect:
link python to your python3
That command line doesn't work on FreeBSD or NetBSD
FreeBSD:
$ which python3
/usr/local/bin/python3
$
NetBSD:
$ which