2023年3月17日

pyinstaller打包python程序

摘要: pyinstaller打包python程序 1.pyinstaller安装 安装命令: #升级pip版本 >>> pip install -U pip #安装pyinstaller >>> pip install pyinstaller 2.pyinstaller使用 1.选项参数 | 选项 | 描 阅读全文

posted @ 2023-03-17 20:34 huxiaofeng 阅读(63) 评论(0) 推荐(0)

通过命令快速找到python的路径

摘要: 查询Python 首先我们需要知道Python安装路径,可以在命令行中逐行执行下面代码 python3 import sys sys.executable 阅读全文

posted @ 2023-03-17 10:31 huxiaofeng 阅读(54) 评论(0) 推荐(0)

导航