2017年3月21日
摘要: 环境: CentOS6.5_x64Python版本 : 2.6 使用pyinstaller打包 pyinstaller可以将python程序打包成二进制文件,打包后的文件在没有python的环境中也可以执行(但要有相关底层libc相关so文件)。pyinstaller支持将python程序打包成单个 阅读全文
posted @ 2017-03-21 19:58 Mike_Zhang 阅读(1687) 评论(0) 推荐(0)