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
--
https://mail.python.org/mailman/listinfo/python-list