Skip to content

Instantly share code, notes, and snippets.

@mverteuil
Created April 4, 2019 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mverteuil/51f23ec8378c7632079c6f63cfd26ef2 to your computer and use it in GitHub Desktop.
Save mverteuil/51f23ec8378c7632079c6f63cfd26ef2 to your computer and use it in GitHub Desktop.
Python Installation Solutions

No sqlite? No problem!

CFLAGS="-I$(xcrun --show-sdk-path)/usr/include"

No zlib, but zlib installed? No problem!

CPPFLAGS="-I$(brew --prefix zlib)/include"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment