From d99d42b1b2b7622a70eeebe23e347a931a3113ee Mon Sep 17 00:00:00 2001 From: Daniel Bair Date: Thu, 9 Mar 2017 15:25:30 +0700 Subject: [PATCH] Clean install environment --- Mac_OSX_Installer/build_packages.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Mac_OSX_Installer/build_packages.sh b/Mac_OSX_Installer/build_packages.sh index e6992b5..0f7325d 100755 --- a/Mac_OSX_Installer/build_packages.sh +++ b/Mac_OSX_Installer/build_packages.sh @@ -11,11 +11,12 @@ cd $CURDIR echo Running brew update brew update -if [ -d "/usr/local/Cellar/python" ]; then -brew uninstall python -fi +#if [ -d "/usr/local/Cellar/python" ]; then +#brew uninstall --ignore-dependencies -force python +#fi + +brew uninstall --ignore-dependencies -force aeneas bs4 lxml numpy python -brew reinstall danielbair/tap/espeak brew reinstall danielbair/tap/numpy brew reinstall danielbair/tap/aeneas