Skip to content

Commit

Permalink
Clean install environment
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbair committed Mar 9, 2017
1 parent 922fecb commit d99d42b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Mac_OSX_Installer/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d99d42b

Please sign in to comment.