Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Created September 29, 2014 16:10
Show Gist options
  • Save kilfu0701/8f2fceda6acdbbe31440 to your computer and use it in GitHub Desktop.
Save kilfu0701/8f2fceda6acdbbe31440 to your computer and use it in GitHub Desktop.
Install python lxml ( MacOS )
# 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