Skip to content

Instantly share code, notes, and snippets.

@touv
Created May 7, 2013 10:06
Show Gist options
  • Save touv/5531591 to your computer and use it in GitHub Desktop.
Save touv/5531591 to your computer and use it in GitHub Desktop.
#!/bin/sh
sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python2.5 python2.5-dev libxml2 libxml2-dev libxslt libxslt1-dev build-essential
wget http://lxml.de/files/lxml-2.1.1.tgz
cd lxml-2.1.1/
sudo python2.5 setup.py build
sudo python2.5 setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment