Replies: 1 comment 5 replies
-
You can download from https://github.com/indygreg/python-build-standalone/releases |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I am trying to embed the python interpreter in our rust application. We cross compile from linux x86_64 to aarch64, armhf and windows. We use the cross-rs project for that and their pre-built images. I get that we will need to build our own images now to include the python binary, but I am wondering where do people usually get the binaries for the targeted system?
I was thinking we could copy from another docker image using a multi-stage build. Just not sure what is needed exactly, the documentation on it is a bit light. Any idea is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions