Created
November 4, 2015 10:36
-
-
Save taclab/b446eb4f6ce5b001be25 to your computer and use it in GitHub Desktop.
Install libxml with brew on Mac OS Yosemite 10.10.5
This file contains hidden or 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
| # 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