Skip to content

Instantly share code, notes, and snippets.

@geekforbrains
Created February 1, 2014 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save geekforbrains/8756361 to your computer and use it in GitHub Desktop.
Save geekforbrains/8756361 to your computer and use it in GitHub Desktop.
Installing lxml via pip on Ubuntu
sudo apt-get update
sudo apt-get install libxml2
sudo apt-get install libxslt1.1
sudo apt-get install libxml2-dev
sudo apt-get install libxslt1-dev
sudo apt-get install python-libxml2
sudo apt-get install python-libxslt1
sudo apt-get install python-dev
sudo apt-get install python-setuptools
sudo apt-get install libxml2 libxslt1.1 libxml2-dev libxslt1-dev python-libxml2 python-libxslt1 python-dev python-setuptools
pip install lxml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment