Reputation: 1
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.
I've been searching the whole internet but nothing helps. I successfully uninstalled and installed Pyinstaller again but it still doesn't work.
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
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