0

I installed pip-8.1.1. The windows prompted that it was successfully installed. After I added 'C:\Python27\Scripts;' to Path in System Variables, the system still couldn't recognize 'pip' as a command. Here is the error message: 'pip' is not recognized as an internal or external command, operable program or batch file.

How do I correctly add pip to Path?

Andrea
  • 74
  • 1
  • 2
  • 7
  • http://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command – mibrl12 Apr 01 '16 at 13:21
  • That fixed the problem! Thanks – Andrea Apr 01 '16 at 13:30
  • Does this answer your question? ['pip' is not recognized as an internal or external command](https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command) – Ani Menon May 18 '20 at 07:44

1 Answers1

0

Try opening a new command prompt and run pip from that. Sometimes changes to environment variables don't propagate to already-open prompts.

Kevin
  • 69,817
  • 12
  • 97
  • 139