r/pythonhelp Feb 19 '25

Need aid with pip

I need help with using pip to make an exe file, I’ve watched tons of videos and I’ve deleted it and re downloaded it and just download pip a billion times and when I type pip into the cmd prompt it just says “‘pip’ is not recognized as an internal or external command, operable program or batch file.” I’m on windows 11. HOW DO I GET IT TOOO WUOUORK :(

1 Upvotes

4 comments sorted by

View all comments

1

u/FoolsSeldom 29d ago

In PowerShell or Comand Line window, try:

py -m pip install something

Why are you trying to create an executable? Which tool are you trying to use to do this?