Fix Homebrew python package (#227)
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:
committed by
jbarlow83
parent
f248576994
commit
4b10929b25
@@ -8,7 +8,9 @@ brew update
|
||||
brew install openjpeg jbig2dec libtiff # image libraries
|
||||
brew install qpdf
|
||||
brew install ghostscript
|
||||
brew install python3
|
||||
|
||||
# Brew removed the python3 package and python now defaults Python 3.6
|
||||
brew upgrade python
|
||||
brew install libxml2 libffi leptonica
|
||||
brew install unpaper # optional
|
||||
brew install tesseract
|
||||
|
||||
Reference in New Issue
Block a user