How to install Easy Install for Python in Ubuntu
Answer:
EasyInstall is a package manager for the Python programming language that provides a standard format for distributing Python programs and libraries (based on the Python Eggs wrapper).
To install the EasyInstall under Ubuntu, type:
# sudo apt-get install python-setuptools python-dev build-essential