已经安装pyinstaller,但是CMD里无法调用

 在CMD里调用pyinstaller提示以下错误

C:\Users\username>pyinstaller
'pyinstaller' is not recognized as an internal or external command,
operable program or batch file.

 已经安装pyinstaller,但是CMD里无法调用_第1张图片

 执行安装时,提示已经安装了,但是就是无法调用

 可能是因为自己在python手动装了pyinstaller导致的

已经安装pyinstaller,但是CMD里无法调用_第2张图片

 需要再python卸载掉后,重新在CMD里面执行pip install pyinstaller,安装成功后就可以在CMD调用pyinstaller封装了

你可能感兴趣的:(python,pycharm)