resolve numpy conflicts on mac
This commit is contained in:
parent
0cd8fbe53a
commit
4c14b4ce13
2 changed files with 3 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
/home/cyryl/dev/dotfiles/.hyper_plugins
|
/Users/cyplo/dev/dotfiles/.hyper_plugins
|
|
@ -16,6 +16,8 @@ brew unlink gpg-agent
|
||||||
brew uninstall gpg-agent
|
brew uninstall gpg-agent
|
||||||
brew unlink mercurial
|
brew unlink mercurial
|
||||||
brew uninstall --force mercurial
|
brew uninstall --force mercurial
|
||||||
|
brew unlink numpy
|
||||||
|
brew uninstall --ignore-dependencies numpy
|
||||||
brew unlink python
|
brew unlink python
|
||||||
brew uninstall --ignore-dependencies python
|
brew uninstall --ignore-dependencies python
|
||||||
set -e
|
set -e
|
||||||
|
|
Loading…
Reference in a new issue