Replies: 1 comment 5 replies
-
There is But on the other hand, if you aren't looking to create a stand-alone bundle, why use PyInstaller in the first place? |
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
-
I can't find a way to compile just the interpreter and the project, without the libraries in the system.
I mean, to use the /usr/lib directory as usual, not packing into a standalone or by a dedicated folder with clones of the libraries. I want to take advantage of the shared libraries in the same way the application works without being compiled with pyinstaller.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions