Standalone Python applications in Linux

前端 未结 8 2370
被撕碎了的回忆
被撕碎了的回忆 2020-12-04 10:54

How can I distribute a standalone Python application in Linux?

I think I can take for granted the presence of a recent Python interpreter in any modern distribution.

8条回答
  •  青春惊慌失措
    2020-12-04 11:25

    The standard python way is to create a python "Egg".

    You could have a look at this tutorial, or this page about setuptools.

提交回复
热议问题