The context here is that I'd like to ship out a pe...
# general
h
The context here is that I'd like to ship out a pex but not need to have to install a python interpreter on the system that was going to use this tool. So I was going to put the pex in a docker container and run that and then mount the pex binary to a volume on the host so that it's easily callable (for other reasons). So a pretty abstract use case that maybe there are more appropriate ways to do this. I doubt pyoxidizer will work out of the box since I remember reading there were a variety of things you can't do from the blog post written about it.