I have already download succesfully pip but I'm stilling can't use it. The terminal said:'pip' is not recognized as an internal or external command, operable program or batch file.
Please help me!
Asked
Active
Viewed 63 times
-1

Mon Dung
- 1
-
How have you downloaded pip? Is it downloaded with python? And, if yes, have you downloaded the conda distribution? – Moosa Saadat Jun 21 '20 at 06:58
-
Check if you have pip downloaded, if so, check this post https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command. – Shrey Jun 21 '20 at 06:59
-
Use the absolute path to your pip executable. – Mike Scotty Jun 21 '20 at 07:01
-
https://stackoverflow.com/search?q=%5Bpip%5D+is+not+recognized+as+an+internal+or+external+command – phd Jun 21 '20 at 09:36
1 Answers
0
follow these steps
- click on start
- write "cmd"
- right-click on "command prompt", and click on "Run as administrator"
- wite pip and enter
- if you see this message "'pip' is not recognized as an internal or external command, operable program or batch file."" it means pip is not installed or not configured correctly
- now go to the "edit environmental variable", and paste the path of "pip" in path section.
- then try again from step 1
.

Ebraheem Ijaz
- 51
- 5