Date: Wed, 19 Oct 2022 20:08:16 +0200 From: Tomek CEDRO <tomek@cedro.info> To: FreeBSD Questions Mailing List <freebsd-questions@freebsd.org>, freebsd-hackers@freebsd.org Subject: Re: proper python3 interpreter invocation Message-ID: <CAFYkXj=zF9Nnjwb-Q8MfE3izKbDFgV9=c1Ze3xtiRxv_qYew3A@mail.gmail.com> In-Reply-To: <CAFYkXjn2Nc8Kn%2BLxDZjhBOaz5%2BA2xy_E86asBJikJGoeQNx6Eg@mail.gmail.com> References: <CAFYkXjn2Nc8Kn%2BLxDZjhBOaz5%2BA2xy_E86asBJikJGoeQNx6Eg@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thank you everyone for the replies and hints! :-) 1. Python is not part of the base. Needs to be installed from ports (various versions available). 2. Safer invocation is `#!/usr/bin/env python3` to be sure that Python 3.x is involved. Metaport python can create /usr/local/bin/python as last resort. 3. Initial patches to Android NDK sent for review :-) https://android-review.googlesource.com/c/platform/ndk/+/2261302 https://android-review.googlesource.com/c/platform/ndk/+/2261303 https://android-review.googlesource.com/c/platform/ndk/+/2261304 This should enable using Linux binaries for build, for now, first step towards native package has been made, that should also enable scripted builds of Python + Kivy + Buildozer, work in progress :-) Thank you :-) Tomek -- CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXj=zF9Nnjwb-Q8MfE3izKbDFgV9=c1Ze3xtiRxv_qYew3A>