简体   繁体   中英

How to solve python/pip/pip3 is not recognized as an internal or external command | python command error after changing path?

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.

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

Check this resource to find out how to do that.

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....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM