This file contains hidden or 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
# 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 |