python 脚本如何打包成exe

1.安装需要的库

在 script 

pip install pyinstaller 

2.在script

pyinstaller-F setup.py

在Linux 上

/grid/common/pkgsData/python-v3.6.0/Linux/RHEL5.0-2010-x86_64/bin/pyinstaller -F 2.py

3.找到生成命令

python 脚本如何打包成exe_第1张图片

你可能感兴趣的:(python)