Issue About Install pyinstaller

MRAB python at mrabarnett.plus.com
Sun Sep 1 15:48:31 EDT 2019


On 2019-09-01 17:15, Mehmet Furkan ÇOLAK wrote:
> Have a good day sir,
> I use python so much, I try to install pyinstaller in order to covert .py files to .exe files
> I did “cmd > pip install pyinstaller > enter”
> 
> from C:\Users\Furkan ÇOLAK\AppData\Local\Programs\Python\Python37-32
> but there isnt Script folder.
> 
> İn cmd I see this kind of ERROR
> 'pip' is not recognized as an internal or external command,
> operable program or batch file.
> 
> So in order to install pyinstaller what should I do?
> Best regards
> 
> 
Try running the pip module with the Python launcher instead:

py -m pip install pyinstaller



More information about the Python-list mailing list