From abc8854b5a1b5d3161241685b26509329db5c4be Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Tue, 1 Mar 2022 17:36:11 -0600 Subject: [PATCH] setup.sh install gettext for mac --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.sh b/setup.sh index c642a654d..865a1cc89 100755 --- a/setup.sh +++ b/setup.sh @@ -132,6 +132,9 @@ function install_macos() { echo_block "Installing Brew" /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" fi + + brew install gettext + #Gets number after decimal in python version version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')