Created
March 15, 2016 03:16
-
-
Save spara/ef3655cee7a126f39046 to your computer and use it in GitHub Desktop.
install pyicu on el capitan
This file contains 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
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