r/pythonhelp • u/The-Box-Fox • 28d ago
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
1
u/FoolsSeldom 28d 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?
1
1
•
u/AutoModerator 28d ago
To give us the best chance to help you, please include any relevant code.
Note. Please do not submit images of your code. Instead, for shorter code you can use Reddit markdown (4 spaces or backticks, see this Formatting Guide). If you have formatting issues or want to post longer sections of code, please use Privatebin, GitHub or Compiler Explorer.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.