Installing Bash from Source on macOS

If you are a command line user on macOS, you may have noticed that the bash shell that comes with the system is stuck at version 3, and has been for many years. This article describes how to install and configure the latest bash on macOS.

Installing Software from Source on macOS

Most software packages intended for Unix-like systems and distributed in source code form can be easily installed on macOS. This article describes doing this manually, instead of using a package manager.