Jiro Niedeveld
Jiro Niedeveld

Reputation: 1

'pyinstaller' is not recognized as an internal or external command, operable program or batch file

So I made an app with Python and I want to make it an executable with PyInstaller, but the Command Prompt doesn't recognize the command.

The command

I've been searching the whole internet but nothing helps. I successfully uninstalled and installed Pyinstaller again but it still doesn't work.

This shows it's installed

I thought I would make my first StackOverflow post. (I'm pretty new to programming and I'm 15)

I hope someone can help me with this.

Thanks in advance!

Upvotes: 0

Views: 7107

Answers (1)

Diredespot
Diredespot

Reputation: 11

you have to modify your PATH environment to include this:

C:\Users\username\AppData\Local\Programs\Python\Python36-32\Scripts>

if you don't know how to do it look here, good luck....

Upvotes: 1

Related Questions