Reputation: 1
What to do after doing all the steps to install easy_install python & the paths are available in the script what shall I do I'm really fed up because I have done all steps several time then open idle & write easy_install tell me invalid!
Upvotes: 0
Views: 1544
Reputation: 85482
i want to install easy_install to be able to import packages like geopy
Don't trouble yourself with installing setuptools. ActivePython already includes easy_install, pip, PyPM and virtualenv.
pypm install geopy
Upvotes: 1