Skip to content

Instantly share code, notes, and snippets.

@loretoparisi
Created April 29, 2019 13:59
Show Gist options
  • Save loretoparisi/294b8f536750a18746fc6f43f7859928 to your computer and use it in GitHub Desktop.
Save loretoparisi/294b8f536750a18746fc6f43f7859928 to your computer and use it in GitHub Desktop.
Install icu4c on macOS
export ICU_VERSION=63.1
export PYICU_INCLUDES=/usr/local/Cellar/icu4c/63.1/include
export PYICU_LFLAGS=-L/usr/local/Cellar/icu4c/63.1/lib
export PYICU_CFLAGS=-std=c++11
pip install pyicu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment