Merge pull request #6487 from samgermain/setup-gettext

setup.sh install gettext for mac
This commit is contained in:
Matthias 2022-03-02 06:39:27 +01:00 committed by GitHub
commit b18256c231
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')