-1

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!

  • 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 Answers1

0

follow these steps

  1. click on start
  2. write "cmd"
  3. right-click on "command prompt", and click on "Run as administrator"
  4. wite pip and enter
  5. 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
  6. now go to the "edit environmental variable", and paste the path of "pip" in path section.
  7. then try again from step 1

.