try tool to extract brew info versions 3

This commit is contained in:
Stephen Gaito 2019-12-06 17:32:16 +00:00
parent 1a7ac1f7b7
commit b9998d6ef2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ echo $PATH
echo $LDFLAGS
echo $CPPFLAGS
which clang
export python2Version=$(brew info --json=v1 python@2 | jq '.[].installed[].version')
export python2Version=$(brew info --json=v1 python@2 | jq '.[].installed[].version' | tr -d '"')
echo $python2Version
echo "-------------------------------------------------"
brew info python@2