ommpfritt icon indicating copy to clipboard operation
ommpfritt copied to clipboard

Optimize installed Python

Open pasbi opened this issue 4 years ago • 1 comments

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 avatar Nov 01 '20 23:11 pasbi