简体   繁体   中英

Python - pip won't be recognized even after adding it to the PATH system variable

I update python to the newer version and I edited the PATH system variables accordingly. I couldn't use pip now as it is not recognized by the system anymore. I added the PATH as: C:\\Python34\\Scripts. I also used setx PATH "%PATH%;C:\\Python34\\Scripts" . But the echo %PATH% shows the following with /pip appended.

Snapshot:

在此处输入图片说明

重新启动命令提示符修复了所有问题。

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