Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute executable instead of Python sources #40

Open
bitkeeper opened this issue Dec 19, 2024 · 0 comments
Open

Distribute executable instead of Python sources #40

bitkeeper opened this issue Dec 19, 2024 · 0 comments

Comments

@bitkeeper
Copy link

Case:

Currently the LPM-installer distributes the Python source of LPM.
Consequences are:

  • The dev is required to have Python installed.
  • Correct working could depend on the installed python version.
  • The global python environment is populated with specific packages and versions stated in the requirements.txt.

Proposal:
Let the LPM-installer distibute an standalone executable build with pyinstaller.
To prevent Windows issues, this executable should also be codesigned.
Use a local virtual environment to install the runtime and development package on the develop and build machine.

@bitkeeper bitkeeper changed the title DIstribute executable instead of Python sources Distribute executable instead of Python sources Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant