python打包为独立可执行程序时间:2021-03-02 06:33:57linux下 pip install pyinstaller 如果不需要命令行,则 pyinstaller -F -w ./xxx.py 需要命令行输出 pyinstaller -F ./xxxx.py