Der Befehl wurde über pip3 installiert, aber ich weiß nicht, wie man ihn verwendet. Das Online-Tutorial besteht darin, den Installationsort von pyinstaller einzugeben gefunden,
光阴似箭催人老,日月如移越少年。
通过pip3安装的是Python的组件。pyinstaller是python的一个组件。 试试下面的:
python pyinstaller.py -F main.py
楼上做法没错,但是linux里没找到命令是因为你没有把pyinstaller脚本的目录添加到系统环境里,你把在/usr/bin/下找找是不是有pip之类的python脚本,无知者不要乱踩!
通过pip3安装的是Python的组件。
pyinstaller是python的一个组件。
试试下面的:
楼上做法没错,但是linux里没找到命令是因为你没有把pyinstaller脚本的目录添加到系统环境里,你把在/usr/bin/下找找是不是有pip之类的python脚本,无知者不要乱踩!