Installing Fabric on Ubuntu 10.10
November 29, 2010
To install fabric on Ubuntu 10.10:
$ sudo apt-get install python-setuptools $ sudo easy_install fabric
Unfortunately I got the following error at this point:
Processing pycrypto-2.3.tar.gz Running pycrypto-2.3/setup.py -q bdist_egg --dist-dir /tmp/easy_install-ixJXIY/pycrypto-2.3/egg-dist-tmp-f8z_dY warning: GMP library not found; Not building Crypto.PublicKey._fastmath. src/MD2.c:31: fatal error: Python.h: No such file or directory compilation …