''pip' is not recognized as an internal or external command, operable program or batch
Trying to install Django. Tried copying pip's address to the PATH in environment variables. Any ideas?
C:\Users\91700>pip --version 'pip' is not recognized as an internal or external command, operable program or batch file.
Solution 1:[1]
I think you need to type:
python -m pip <args>
Because pip is not in the Path Environment Variables
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Dominik Lovetinsky |
