Skip to content

Instantly share code, notes, and snippets.

@nightsailer
Forked from kilfu0701/1.sh
Created October 11, 2015 07:33
Show Gist options
  • Save nightsailer/a01f23b30d03b2e834bb to your computer and use it in GitHub Desktop.
Save nightsailer/a01f23b30d03b2e834bb 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