Skip to content

Instantly share code, notes, and snippets.

@jsugarman
jsugarman / gist:87092900735b34f4b368074e62a86dc3
Last active March 12, 2025 22:35
install postgis on mac (M1 chip) OSX (sonoma) with postgresql@16
# Need to remove existing postgis and must not have postgresql@14 present
[brew remove postgis]
[brew remove postgresql@14]
# reinstall json-c once above are removed
brew uninstall json-c
brew install json-c
brew link json-c
# install postgresql@16 if not already installed - check version specific path