Re: proper python3 interpreter invocation
- In reply to: Tomek CEDRO : "proper python3 interpreter invocation"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Oct 2022 18:08:16 UTC
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