try tool to extract brew info versions 6

This commit is contained in:
Stephen Gaito 2019-12-06 19:15:50 +00:00
parent ab09224d8b
commit 3e5082566f
1 changed files with 7 additions and 0 deletions

View File

@ -54,4 +54,11 @@ echo $PATH
echo $LDFLAGS
echo $CPPFLAGS
which clang
ls -la $(which clang)
which python
ls -la $(which python)
python --version
which pdf2htmlEX
ls -la $(which pdf2htmlEX)
pdf2htmlEX --version
echo "-------------------------------------------------"