Created
May 7, 2013 10:06
-
-
Save touv/5531591 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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