Date: Thu, 5 Sep 2024 19:47:23 +0100 From: Steve O'Hara-Smith <steve@sohara.org> To: bob prohaska <fbsd@www.zefox.net> Cc: Michael Stiller <mstiller@me.com>, freebsd-arm@freebsd.org Subject: Re: Path puzzle Message-ID: <20240905194723.aadc33be10a168e8c7d0c455@sohara.org> In-Reply-To: <Ztn6UmtXcImSvoDh@www.zefox.net> References: <Ztn3cv50nFDqWAme@www.zefox.net> <105EB88C-1438-4BC6-9561-A92B82743AA2@me.com> <Ztn6UmtXcImSvoDh@www.zefox.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 5 Sep 2024 11:37:06 -0700 bob prohaska <fbsd@www.zefox.net> wrote: > bob@pelorus:~ % head server_try > #!/usr/bin/python3.11 Bingo! On FreeBSD python3.11 will be in /usr/local/bin not /usr/bin. This is why the recommended shebang for python code is #!/usr/bin/env python3.11 Which is portable. -- Steve O'Hara-Smith <steve@sohara.org>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20240905194723.aadc33be10a168e8c7d0c455>