Skip to content

Bundle pip's console script with PyInstaller #8630

Closed Answered by rokm
BLKSerene asked this question in Help
Discussion options

You must be logged in to vote

By design, frozen applications are supposed to be immutable (they're called "frozen" for a reason). In some situations, that is even enforced either by OS (e.g., macOS .app bundles are signed, even if ad-hoc) or by the fact that they end up installed in read-only locations.

We obviously cannot prevent you from hacking together a solution that "works" (for the situation-specific definition of "works"), but that does not change our suggestions.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@BLKSerene
Comment options

@rokm
Comment options

Answer selected by BLKSerene
@BLKSerene
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants