Hacker News new | ask | show | jobs
by forrestthewoods 590 days ago
Create 15 pex files. Or possibly 15 PyInstaller executables. Then simply run them like normal programs.
1 comments

Ah yes let's not use bad abstractions like docker, let's use pyinstaller...
Why would you load an entire userspace environment just to manage a Python package's Python dependencies? Seems a little heavy.