简体   繁体   English

Python-即使将pip添加到PATH系统变量中也不会被识别

[英]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. 我将python更新到较新的版本,并相应地编辑了PATH系统变量。 I couldn't use pip now as it is not recognized by the system anymore. 我现在无法使用pip,因为系统不再识别它。 I added the PATH as: C:\\Python34\\Scripts. 我将PATH添加为:C:\\ Python34 \\ Scripts。 I also used setx PATH "%PATH%;C:\\Python34\\Scripts" . 我还使用了setx PATH "%PATH%;C:\\Python34\\Scripts" But the echo %PATH% shows the following with /pip appended. 但是echo %PATH%显示以下内容,并附加了/pip

Snapshot: 快照:

在此处输入图片说明

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 点不被识别为内部或外部命令(即使添加了PATH变量之后) - Pip not recognized as internal or external command (even after adding PATH variables) python 即使添加到 PATH 后也无法在 Windows CMD 中识别 - python not recognized in Windows CMD even after adding to PATH 为什么即使 Anaconda 路径设置为环境变量也无法识别“点子”? - Why 'pip' is not recognized even if Anaconda path is set to environment variable? 如何解决python/pip/pip3 不识别为内部或外部命令 | 更改路径后 python 命令错误? - How to solve python/pip/pip3 is not recognized as an internal or external command | python command error after changing path? Python即使在路径中也无法运行 - Python Won't Run Even Through It Is In the Path 即使我安装了 pip,Matplotlib 也无法在 python 中工作 - Matplotlib won't work in python even though i pip installed it 即使将 Python 和 Powershell 添加到路径后也会出现问题 - Python and Powershell issue even after adding it to path 使用pip安装时,将python脚本添加到PATH环境变量中 - Adding a python script to the PATH environment variable when installing with pip 即使添加到环境变量窗口后 pip 也不起作用 - pip doesn't work even after add to environmental variable windows 为什么即使在我的路上,点子仍然无法识别? - Why is pip still not recognized even though it is on my path?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM