Replies: 1 comment
-
I think the easiest way is probably to use PyOxidizer to embed the interpreter into your binary? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
When I use
cargo build
to generate executable, then I useotool -l “executable-path”
, It will show LC_LOAD_DYLIB command about python.But I Need to distribute the executable to users whose computers do not have the python Path, Then will run error.
So I have some problems.
Beta Was this translation helpful? Give feedback.
All reactions