blog.dbrgn.ch

Use easy_install under Arch Linux or Ubuntu

written on Thursday, November 18, 2010 by

If you want to use Python's easy_install, you need to install an additional package. Under Arch Linux, you need python2-distribute.

$ pacman -S python2-distribute

If you're an Ubuntu user, install python-setuptools.

$ apt-get install python-setuptools

This entry was tagged python and sysadmin