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

后端 未结 7 598
-上瘾入骨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.

    0 讨论(0)
提交回复
热议问题