0

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

DanielsV
  • 892
  • 1
  • 8
  • 26

1 Answers1

0

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

Community
  • 1
  • 1
DanielsV
  • 892
  • 1
  • 8
  • 26