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

Optimize installed Python #120

Open
pasbi opened this issue Nov 1, 2020 · 1 comment
Open

Optimize installed Python #120

pasbi opened this issue Nov 1, 2020 · 1 comment
Labels
build issues related to build and deploy

Comments

@pasbi
Copy link
Owner

pasbi commented Nov 1, 2020

On windows, a whole python distribution is deployed.
The number of installed site packages can presumably be reduced significantly.
E.g., it is very unlikely that the omm-user will use pytest or unittest, they shouldn't be installed.
On the other hand, useful packages such as numpy could be included instead.

On non-windows platforms, the system python with all packages that are available, hence no optimization is required.

@pasbi pasbi added the build issues related to build and deploy label Nov 1, 2020
@pasbi pasbi closed this as completed in 91a3e69 Nov 17, 2020
@pasbi
Copy link
Owner Author

pasbi commented Nov 19, 2020

many pycache directories are bundled currently, I presume they can be omitted as well.

@pasbi pasbi reopened this Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build issues related to build and deploy
Projects
None yet
Development

No branches or pull requests

1 participant