Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save taclab/b446eb4f6ce5b001be25 to your computer and use it in GitHub Desktop.

Select an option

Save taclab/b446eb4f6ce5b001be25 to your computer and use it in GitHub Desktop.
Install libxml with brew on Mac OS Yosemite 10.10.5
# Install libxml with brew on Mac OS Yosemite 10.10.5
brew install libxml2
brew link libxml2 --force
export C_INCLUDE_PATH=/usr/local/Cellar/libxml2/2.9.2/include/libxml2:$C_INCLUDE_PATH
pip install lxml --user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment