Re: proper python3 interpreter invocation

From: Steve O'Hara-Smith <steve_at_sohara.org>
Date: Wed, 19 Oct 2022 10:23:38 UTC
On Wed, 19 Oct 2022 11:36:40 +0200
Evilham <contact@evilham.com> wrote:

> There is no python port on FreeBSD,

	Oh yes there is :) It depends on the current python and installs
symlinks.

-------------------------------
$ python --version
Python 3.9.14
$ pkg info python
python-3.9_3,2
Name           : python
Version        : 3.9_3,2
Installed on   : Wed Oct 19 11:19:14 2022 IST
Origin         : lang/python
Architecture   : FreeBSD:13:*
Prefix         : /usr/local
Categories     : python lang
...
--------------------------------

-- 
Steve O'Hara-Smith <steve@sohara.org>