简体   繁体   中英

'pip' is not recognized as a command

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?

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

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