mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
try tool to extract brew info versions 2
This commit is contained in:
parent
5b1a711514
commit
1a7ac1f7b7
@ -33,7 +33,7 @@ echo $PATH
|
|||||||
echo $LDFLAGS
|
echo $LDFLAGS
|
||||||
echo $CPPFLAGS
|
echo $CPPFLAGS
|
||||||
which clang
|
which clang
|
||||||
python2Version = brew info --json=v1 python@2 | jq '.[].installed[].version'
|
export python2Version=$(brew info --json=v1 python@2 | jq '.[].installed[].version')
|
||||||
echo $python2Version
|
echo $python2Version
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
brew info python@2
|
brew info python@2
|
||||||
|
Loading…
Reference in New Issue
Block a user