Fix pip is not recognized as an internal or external command in Windows

Опубликовано: 03 Март 2026
на канале: Rahul Mula
97
2

In this video, we will take a look at a couple of ways to fix this error -
╭────────────────────────────────────────╮
│ pip : The term 'pip' is not recognized as the name of a cmdlet, │
│ function, script file, or operable program. │
╰────────────────────────────────────────╯

Timestamps ⌛
00:00 Problem
00:39 Re-install Python With pip
02:11 Edit Path
05:00 Fixed

Whether you're using the Command Prompt or Windows PowerShell (Windows Terminal), these solutions will work in both of them. You can follow any of the below methods to fix your problem -
1️⃣ Re-install python from https://python.org/downloads and check the pip option as shown in 01:20
2️⃣ Edit the Path environment variable and add the python scripts directory manually.

Leave a comment below to mention any other solution you know or state your problem if it isn't fixed!