Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distributing software on Linux?

Tags:

linux

I've been distributing my Python software on Linux by zipping a .py file and a .png with the icon. I feel this must be one of the worst ways to do it. Is there a sort of "application bundle" for Linux, equivalent to .app on Mac, and .exe on Windows? A single file the user can put somewhere and double-click to run without a terminal?

like image 876
tkbx Avatar asked Nov 04 '22 14:11

tkbx


1 Answers

Thanks to sputnik's comment: A Small Introduction to Python Eggs.

like image 64
tkbx Avatar answered Nov 09 '22 08:11

tkbx