-
-
Notifications
You must be signed in to change notification settings - Fork 52
Description
To not open a redundant issue, I have reviewed #1, #23, and #28. It appears to me that Linux has worked before and code to support it was added but it is not well tested.
Running Raspberry Pi OS on ARM32, the Python package defaults to the Windows embeddable python-3.7.3-embed-amd64
. For Python 3.11.3 downloads, for example, I see that Windows is the only platform with embeddable packages. I see in #1 that Linux packages were discussed, and at some point Linux support was added. I have successfully built from source on the Pi using only SSH and bash, so I imagine it could be done programmatically, but it took a long time.
I wouldn't mind writing a Linux example and documentation myself, but I reviewed Python.Deployment as suggested above, and I can't seem to understand Linux support.