user696825
user696825

Reputation: 1

easy_install python

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

Answers (1)

Sridhar Ratnakumar
Sridhar Ratnakumar

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.

  1. Install ActivePython (why?)
  2. Open Command Prompt and type pypm install geopy

Upvotes: 1

Related Questions