pyinstaller:找不到命令

时间:2020-10-09 15:35:05

标签: pyinstaller

我正在尝试在pyinstaller上安装ubuntu 18.04。使用后安装

pip install pyinstaller

我跑步时

pyinstaller myscript.py

我得到了错误

pyinstaller:command not found

我检查了this的答案,但听不懂。一步一步地弄清楚就可以了。

1 个答案:

答案 0 :(得分:0)

对我有用的是-

enter image description here

运行脚本:(在项目文件夹中,打开终端,然后执行-)

pyinstaller --specpath ./dist --distpath ./dist --workpath ./dist --onefile ./src/run.py