Hacker News new | ask | show | jobs
by formerly_proven 1902 days ago
> Packaging Python apps for distribution outside of a Python development context is quite pesky.

It's actually pretty easy, as long as you skip on the various tools meant to make it an "easy one click process resulting in just one .exe" (pyinstaller, cx_Freeze, py2exe etc.).

For Linux things are a little bit different, but you're probably okay as long as you use a very old system to build it (RHEL6/7, manylinux1/2014).