To install setuptools on Debian:

sudo apt-get install python-setuptools

For Python 3.x:

sudo apt-get install python3-setuptools
05-26 21:58