Homebrew

This is part of the Semicolon&Sons Code Diary - consisting of lessons learned on the job. You're in the dependencies category.

Last Updated: 2024-05-04

How to view all files installed

brew ls --verbose postgis

How to install specific old version

brew install go@1.10

How to switch versions

If postgres default installs as 14, you can overwrite the PATH version with 13 as follows:

brew link --overwrite --force postgresql@13