mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
try tool to extract brew info versions
This commit is contained in:
parent
f20eaa4aae
commit
741e6fdd5d
@ -27,12 +27,15 @@ echo $CPPFLAGS
|
|||||||
which clang
|
which clang
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
brew install -v python@2
|
brew install -v python@2
|
||||||
|
brew install jq
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
echo $PATH
|
echo $PATH
|
||||||
echo $LDFLAGS
|
echo $LDFLAGS
|
||||||
echo $CPPFLAGS
|
echo $CPPFLAGS
|
||||||
which clang
|
which clang
|
||||||
|
brew info --json=v1 python@2 | jq '.[].installed'
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
|
brew info python@2
|
||||||
brew switch python 2.7.17
|
brew switch python 2.7.17
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
echo $PATH
|
echo $PATH
|
||||||
@ -40,7 +43,7 @@ echo $LDFLAGS
|
|||||||
echo $CPPFLAGS
|
echo $CPPFLAGS
|
||||||
which clang
|
which clang
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
brew install -v pdf2htmlex-new
|
#brew install -v pdf2htmlex-new
|
||||||
echo "-------------------------------------------------"
|
echo "-------------------------------------------------"
|
||||||
echo $PATH
|
echo $PATH
|
||||||
echo $LDFLAGS
|
echo $LDFLAGS
|
||||||
|
Loading…
Reference in New Issue
Block a user