-
-
Save nightsailer/a01f23b30d03b2e834bb to your computer and use it in GitHub Desktop.
Install python lxml ( MacOS )
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
# Change path '.../MacOSX10.9.sdk/...' to where your xcode. | |
export C_INCLUDE_PATH=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2:$C_INCLUDE_PATH | |
pip install lxml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment