What do I use on linux to make a python program executable

后端 未结 7 655
-上瘾入骨i
-上瘾入骨i 2020-11-27 15:55

I just installed a linux system (Kubuntu) and was wondering if there is a program to make python programs executable for linux.

7条回答
  •  一向
    一向 (楼主)
    2020-11-27 16:16

    If you want to obtain a stand-alone binary application in Python try to use a tool like py2exe or PyInstaller.

提交回复
热议问题