Add One or More Linux Example and Documentation
See original GitHub issueTo 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.
Issue Analytics
- State:
- Created 4 months ago
- Comments:9 (6 by maintainers)
Maybe this helps? https://stackoverflow.com/questions/11460606/i-am-trying-to-read-the-output-of-a-process-in-c-sharp-but-i-get-this-message-c
i wasn’t sure what the OP wanted to do … embedding might be hard for Linux.
i have some test code for the last issue … but it is not working. i thought it was a qouting problem but it seems it is a process problem.
i’m a C#/dotnet noob (Linux and Python user though) so it might take some time to submit a PR.