简体   繁体   English

如何在Windows 7上获取Easy_install和Pip

[英]How to get Easy_install and Pip on windows 7

I am a beginner and i can't find what is the problem with Easy_install and Pip on windows 7. Probably Pip would be fine if i could use Easy_install. 我是一个初学者,我无法在Windows 7上找到Easy_install和Pip的问题。如果可以使用Easy_install,则Pip可能会很好。

I have downloaded these: Setuptools 5.7 and get-pip.py I saw that everything was installed, also i found everything in Python2.7 folder. 我已经下载了这些文件:Setuptools 5.7和get-pip.py我看到所有内容都已安装,并且在Python2.7文件夹中找到了所有内容。

But every time i wright command: 但是每次我执行命令时:

easy_install pip easy_install点

or 要么

pip install Django==1.6.6 点安装Django == 1.6.6

i always get back 'command not found' or 'easy_install' is not recognized as the name of cmblet ... 我总是返回“找不到命令”或“ easy_install”未被识别为cmblet的名称...

What is the problem? 问题是什么? Maybe i should delete all and use another tutorial? 也许我应该删除所有内容并使用其他教程? Please guide me, i have been stuck here for days! 请指导我,我已经被困在这里好几天了! :D :D

Just needed to type: 只需输入:

setx PATH "%PATH%;C:\\Python34\\Scripts" setx PATH“%PATH%; C:\\ Python34 \\ Scripts”

I hope it will help someone else too. 我希望它也会对其他人有所帮助。 here is link where i found answer! 这是我找到答案的链接!

'pip' is not recognized as an internal or external command 'pip'不被识别为内部或外部命令

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

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