0

I. Have installed python 3.7.8 on windows 10. But when I run the commands python/pip/pip3 from command prompt it gives an error python/pip/pip3 is not recognized as an internal or external command | python command error Thought I have changed the path on user variables as python's location. I have no permissions to change the system path What can I do now.

Sami
  • 9
  • 4

2 Answers2

0

Make sure you add python to the Windows path environment variable.

Check this resource to find out how to do that.

svetlio
  • 41
  • 4
0

Control Panel -> add/remove programs -> Python -> change-> optional Features (you can click everything) then press next -> Check "Add python to environment variables" -> Install

enter image description here

I followed the link specially the image ....

Sami
  • 9
  • 4