From 3e5082566fd0a29890c585e814c3900c78d495f7 Mon Sep 17 00:00:00 2001 From: Stephen Gaito Date: Fri, 6 Dec 2019 19:15:50 +0000 Subject: [PATCH] try tool to extract brew info versions 6 --- buildScripts/travisHomeBrewDoItAll | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/buildScripts/travisHomeBrewDoItAll b/buildScripts/travisHomeBrewDoItAll index a405e78..95bee7a 100755 --- a/buildScripts/travisHomeBrewDoItAll +++ b/buildScripts/travisHomeBrewDoItAll @@ -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 "-------------------------------------------------"