diff --git a/setup.sh b/setup.sh index 6bf85edab..68374a689 100755 --- a/setup.sh +++ b/setup.sh @@ -161,7 +161,7 @@ function install_macos() { /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" fi - brew install gettext + brew install gettext libomp #Gets number after decimal in python version version=$(egrep -o 3.\[0-9\]+ <<< $PYTHON | sed 's/3.//g')