首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • 来自专栏ACM小冰成长之路

    使用 pyinstaller 打包 python 程序

    .] | <specfile>\text{pyinstaller [opts] <scriptname> [ <scriptname> ...] | <specfile >}pyinstaller [opts] <scriptname> [ <scriptname> ...] | <specfile> 即可打包。 pyinstallerpyinstallerpyinstaller 工具打包后会生成一个 .spec.spec.spec 文件,不加 | <specfile>\text{| <specfile >}| <specfile> 的话默认与入口程序同名。

    1.1K30发布于 2019-05-27
  • 来自专栏图灵技术域

    Python打包成exe文件

    使用PyInstaller pyinstaller的语法: pyinstaller [options] script [script …] | specfile 最简单的用法,在和myscript.py 可以使用: pyi-makespec options script [script …] 创建一个.spec文件,对于手动编辑的.spec文件,我们可以使用下面任意一条命令: pyinstaller specfile pyi-build specfile PyInstaller的原理简介 PyInstaller其实就是把python解析器和你自己的脚本打包成一个可执行的文件,和编译成真正的机器码完全是两回事,所以千万不要指望成打包成一个可执行文件会提高运行效率

    2.2K10发布于 2021-05-21
  • 来自专栏hbbliyong

    将Python脚本打包成可执行文件

    .] | specfile 最简单的用法,在和myscript.py同目录下执行命令: pyinstaller mycript.py 然后会看到新增加了两个目录build和dist,dist下面的文件就是可以发布的可执行文件 创建一个.spec文件,对于手动编辑的.spec文件,我们可以使用下面任意一条命令: pyinstaller specfile pyi-build specfile PyInstaller的原理简介 PyInstaller

    3K10发布于 2018-10-09
  • 来自专栏Python绿色通道

    还没有抢到过年回家的票?Python帮你抢票回家过年

    .] | specfile option 参数有很多,大家有兴趣的可参考官方文档。

    92830发布于 2019-01-23
  • 来自专栏程序IT圈

    自动运行抢票程序,编程小白也能操作!

    .] | specfile option 参数有很多,大家有兴趣的可参考官方文档。

    3K30发布于 2021-01-18
  • 来自专栏ccf19881030的博客

    rpm打包学习

    title=openSUSE:Specfile_guidelines&variant=zh RPM打包技术与典型SPEC文件分析:http://www.cnblogs.com/cnland/archive

    2.7K20发布于 2019-04-23
  • 来自专栏龙首琴剑庐

    OpenJDK8 Windows编译

    * windows-x86_64-normal-server-slowdebug Please retry building with CONF=<config pattern> (or SPEC=<specfile

    4.6K111发布于 2018-03-01
  • 来自专栏全栈程序员必看

    Android集成lrzsz[通俗易懂]

    creating man/Makefile creating po/Makefile.in creating src/Makefile creating debian/rules creating Specfile

    3K10编辑于 2022-09-09
领券