Fix Homebrew python package

Homebrew removed python3 and python now defaults to version 3. Here we
use `brew upgrade python` to upgrade the pre-installed version of
python to python3.
This commit is contained in:
Tucker Barbour
2018-03-02 14:26:13 +00:00
parent 9fd9c7a51f
commit f6c70312c9
+1 -1
View File
@@ -8,7 +8,7 @@ brew update
brew install openjpeg jbig2dec libtiff # image libraries
brew install qpdf
brew install ghostscript
brew install python3
brew upgrade python # Brew removed python3 and python now defaults to python3
brew install libxml2 libffi leptonica
brew install unpaper # optional
brew install tesseract