Allow python relinking on macos

This commit is contained in:
Cyryl Płotnicki 2018-03-31 12:52:13 +01:00
parent 06213812b6
commit 375e177fa2

View file

@ -14,6 +14,8 @@ brew unlink dirmngr
brew uninstall dirmngr brew uninstall dirmngr
brew unlink gpg-agent brew unlink gpg-agent
brew uninstall gpg-agent brew uninstall gpg-agent
brew unlink python
brew uninstall python
set -e set -e
brew update brew update