博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
pyinstaller 打包
阅读量:5066 次
发布时间:2019-06-12

本文共 1131 字,大约阅读时间需要 3 分钟。

[root@mhc nsf]# pip install pyinstaller

Collecting pyinstaller
  Downloading PyInstaller-3.3.tar.gz (3.5MB)
    100% |████████████████████████████████| 3.5MB 16kB/s
Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from pyinstaller)
Collecting pefile>=2017.8.1 (from pyinstaller)
  Downloading pefile-2017.9.3.tar.gz (61kB)
    100% |████████████████████████████████| 71kB 19kB/s
Collecting macholib>=1.8 (from pyinstaller)
  Downloading macholib-1.8-py2.py3-none-any.whl
Collecting dis3 (from pyinstaller)
  Downloading dis3-0.1.1-py2-none-any.whl
Collecting future (from pefile>=2017.8.1->pyinstaller)
Collecting altgraph>=0.13 (from macholib>=1.8->pyinstaller)
  Downloading altgraph-0.14-py2.py3-none-any.whl
Installing collected packages: future, pefile, altgraph, macholib, dis3, pyinstaller
  Running setup.py install for pefile ... done
  Running setup.py install for pyinstaller ... done
Successfully installed altgraph-0.14 dis3-0.1.1 future-0.16.0 macholib-1.8 pefile-2017.9.3 pyinstaller-3.3

---------------

pyinstaller --onefile gen_consul_data_for_redis_ms.py

转载于:https://www.cnblogs.com/mhc-fly/p/7746644.html

你可能感兴趣的文章
实验10 指针2
查看>>
git和github
查看>>
还零钱
查看>>
游戏引擎架构
查看>>
Linux中的mysql.redis
查看>>
eclipse中git的使用----EGIT插件
查看>>
Code Quality
查看>>
H5 & scan QR Code & camera of phone
查看>>
BOJ 1578 Maximum
查看>>
一体化办公系统
查看>>
macOS SIP 权限设置
查看>>
[NOI2015]品酒大会
查看>>
马拉松接力赛
查看>>
[CQOI2009]叶子的染色
查看>>
闭包是干嘛的
查看>>
作用域初探1
查看>>
Python 38 初识数据库
查看>>
Androidclient与服务端交互之登陆演示样例
查看>>
【剑指offer】面试题43:n个骰子的点数
查看>>
一些常被你忽略的CSS小知识
查看>>