Skip to content

Instantly share code, notes, and snippets.

@spara
Created March 15, 2016 03:16
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spara/ef3655cee7a126f39046 to your computer and use it in GitHub Desktop.
Save spara/ef3655cee7a126f39046 to your computer and use it in GitHub Desktop.
install pyicu on el capitan
brew install icu4c
CFLAGS=-I/usr/local/opt/icu4c/include LDFLAGS=-L/usr/local/opt/icu4c/lib pip install pyicu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment