Readit News logoReadit News
chvish commented on Pex: A tool for generating .pex (Python EXecutable) files, lock files and venvs   github.com/pex-tool/pex... · Posted by u/eamag
glass-z13 · a year ago
I used python to write a small utility that i wanted to share with a coworker, ended up having to rewrite it in Go because i spent 3 hours trying to compile the python version to an exe so that it was easier to run on their machine.

I wonder why isn't there an easy way to just package the interpreter inside an EXE for people that don't care about binary size just so that it would make it seamless to package up utilities written in python.

chvish · a year ago
You can always use cx freeze https://pypi.org/project/cx-Freeze/
chvish commented on CernVM File System   cernvm.cern.ch/fs/... · Posted by u/carapace
fps_doug · 3 years ago
We developed something similar in-house. For most images it's a notable startup speedup.
chvish · 3 years ago
Mind sharing what your in-house solution is? I have been working on something similar with extracted layers on AFS and using Podman’s additional layer store.

u/chvish

KarmaCake day3September 9, 2022View Original