resolve numpy conflicts on mac

This commit is contained in:
Cyryl Płotnicki 2018-06-03 12:37:07 +01:00
parent 0cd8fbe53a
commit 4c14b4ce13
2 changed files with 3 additions and 1 deletions

View file

@ -1 +1 @@
/home/cyryl/dev/dotfiles/.hyper_plugins
/Users/cyplo/dev/dotfiles/.hyper_plugins

View file

@ -16,6 +16,8 @@ brew unlink gpg-agent
brew uninstall gpg-agent
brew unlink mercurial
brew uninstall --force mercurial
brew unlink numpy
brew uninstall --ignore-dependencies numpy
brew unlink python
brew uninstall --ignore-dependencies python
set -e