Install easy_install on Ubuntu and Linux Mint Posted on
If you need easy_install on your Ubuntu or Linux Mint machine, use the following command to install it:
sudo apt-get install python-setuptools python-dev build-essential
I strongly suggest that you use pip
instead, but I’m leaving this here for those it might help.