From 375e177fa2b2c8c2ed57441e87341204e72320e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sat, 31 Mar 2018 12:52:13 +0100 Subject: [PATCH] Allow python relinking on macos --- macosx/up.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/macosx/up.sh b/macosx/up.sh index e5920d62..2627e398 100755 --- a/macosx/up.sh +++ b/macosx/up.sh @@ -14,6 +14,8 @@ brew unlink dirmngr brew uninstall dirmngr brew unlink gpg-agent brew uninstall gpg-agent +brew unlink python +brew uninstall python set -e brew update