Heim > Fragen und Antworten > Hauptteil
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,
某草草2017-06-12 09:28:48
通过pip3安装的是Python的组件。
pyinstaller是python的一个组件。
试试下面的:
python pyinstaller.py -F main.py
怪我咯2017-06-12 09:28:48
楼上做法没错,但是linux里没找到命令是因为你没有把pyinstaller脚本的目录添加到系统环境里,你把在/usr/bin/下找找是不是有pip之类的python脚本,无知者不要乱踩!