try tool to extract brew info versions 4

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

View File

@ -37,7 +37,7 @@ export python2Version=$(brew info --json=v1 python@2 | jq '.[].installed[].versi
echo $python2Version
echo "-------------------------------------------------"
brew info python@2
brew switch python $python2Version
brew switch python@2 $python2Version
echo "-------------------------------------------------"
echo $PATH
echo $LDFLAGS