try tool to extract brew info versions

This commit is contained in:
Stephen Gaito 2019-12-06 17:12:59 +00:00
parent f20eaa4aae
commit 741e6fdd5d
1 changed files with 4 additions and 1 deletions

View File

@ -27,12 +27,15 @@ echo $CPPFLAGS
which clang
echo "-------------------------------------------------"
brew install -v python@2
brew install jq
echo "-------------------------------------------------"
echo $PATH
echo $LDFLAGS
echo $CPPFLAGS
which clang
brew info --json=v1 python@2 | jq '.[].installed'
echo "-------------------------------------------------"
brew info python@2
brew switch python 2.7.17
echo "-------------------------------------------------"
echo $PATH
@ -40,7 +43,7 @@ echo $LDFLAGS
echo $CPPFLAGS
which clang
echo "-------------------------------------------------"
brew install -v pdf2htmlex-new
#brew install -v pdf2htmlex-new
echo "-------------------------------------------------"
echo $PATH
echo $LDFLAGS