📜  如何在 linux 中运行 pyinstaller 生成应用程序 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:23.707000             🧑  作者: Mango

代码示例1
# If your application name is main which is located at /dist/main then run below command.
>> ./main #main is the application name 
# It will run your application directly.