标签: pyinstaller
我正在尝试在pyinstaller上安装ubuntu 18.04。使用后安装
pyinstaller
ubuntu 18.04
pip install pyinstaller
我跑步时
pyinstaller myscript.py
我得到了错误
pyinstaller:command not found
我检查了this的答案,但听不懂。一步一步地弄清楚就可以了。
答案 0 :(得分:0)
对我有用的是-
运行脚本:(在项目文件夹中,打开终端,然后执行-)
pyinstaller --specpath ./dist --distpath ./dist --workpath ./dist --onefile ./src/run.py