I already have a pip installed on my computer but whenever I try to install pandas as 'pip install pandas' I get an error: 'pip' is not recognized as an internal or external command, how do I resolve this issue? Thank you
Asked
Active
Viewed 38 times
0
-
Have you add pip to system environment variable ? – Ray Jan 09 '20 at 10:00
-
1Follow this : https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command – Ray Jan 09 '20 at 10:00
-
1Does 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) – talatccan Jan 09 '20 at 10:01
-
You need to add pip to your PATH variables. https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command – Vishakha Lall Jan 09 '20 at 10:01
-
this will help you [how-to-set-pip-environment-path](https://stackoverflow.com/questions/54172872/how-to-set-pip-environment-path) – Shashikumar KL Jan 09 '20 at 10:02