relink numpy

This commit is contained in:
Cyryl Płotnicki 2018-06-03 12:45:48 +01:00
parent 0863ac142a
commit 0938f86a61

View file

@ -20,6 +20,10 @@ brew unlink numpy
brew uninstall --ignore-dependencies numpy brew uninstall --ignore-dependencies numpy
brew unlink python brew unlink python
brew uninstall --ignore-dependencies python brew uninstall --ignore-dependencies python
brew unlink python@2
brew uninstall --ignore-dependencies python@2
brew install numpy
brew link --overwrite numpy
set -e set -e
brew update brew update
@ -27,7 +31,6 @@ brew install --force gnupg2
brew install --force dirmngr brew install --force dirmngr
brew install python3 brew install python3
brew install mercurial brew install mercurial
brew install numpy
brew upgrade brew upgrade
brew cask upgrade brew cask upgrade