From 4c14b4ce1365023823502b12a18a8b8ae41d3c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 3 Jun 2018 12:37:07 +0100 Subject: [PATCH] resolve numpy conflicts on mac --- .hyper_plugins/.hyper_plugins | 2 +- macosx/up.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.hyper_plugins/.hyper_plugins b/.hyper_plugins/.hyper_plugins index 742c57d0..b13f2cdb 120000 --- a/.hyper_plugins/.hyper_plugins +++ b/.hyper_plugins/.hyper_plugins @@ -1 +1 @@ -/home/cyryl/dev/dotfiles/.hyper_plugins \ No newline at end of file +/Users/cyplo/dev/dotfiles/.hyper_plugins \ No newline at end of file diff --git a/macosx/up.sh b/macosx/up.sh index d3f4665d..17c35278 100755 --- a/macosx/up.sh +++ b/macosx/up.sh @@ -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