简体   繁体   中英

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.

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.

But every time i wright command:

easy_install pip

or

pip install Django==1.6.6

i always get back 'command not found' or 'easy_install' is not recognized as the name of 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

Just needed to type:

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

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