attempt to force python v2.7

This commit is contained in:
Stephen Gaito 2019-12-06 14:50:02 +00:00
parent 79e3d55f47
commit 282f4bf531
1 changed files with 14 additions and 0 deletions

View File

@ -26,6 +26,20 @@ echo $LDFLAGS
echo $CPPFLAGS
which clang
echo "-------------------------------------------------"
brew install -v python@2
echo "-------------------------------------------------"
echo $PATH
echo $LDFLAGS
echo $CPPFLAGS
which clang
echo "-------------------------------------------------"
brew switch python 2.7
echo "-------------------------------------------------"
echo $PATH
echo $LDFLAGS
echo $CPPFLAGS
which clang
echo "-------------------------------------------------"
brew install -v pdf2htmlex-new
echo "-------------------------------------------------"
echo $PATH