relink numpy
This commit is contained in:
parent
0863ac142a
commit
0938f86a61
1 changed files with 4 additions and 1 deletions
|
@ -20,6 +20,10 @@ brew unlink numpy
|
|||
brew uninstall --ignore-dependencies numpy
|
||||
brew unlink 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
|
||||
|
||||
brew update
|
||||
|
@ -27,7 +31,6 @@ brew install --force gnupg2
|
|||
brew install --force dirmngr
|
||||
brew install python3
|
||||
brew install mercurial
|
||||
brew install numpy
|
||||
brew upgrade
|
||||
brew cask upgrade
|
||||
|
||||
|
|
Loading…
Reference in a new issue