remove python unlink

This commit is contained in:
Aleksandr Chebotov
2020-10-29 16:43:44 +03:00
parent baebd6c109
commit 26134ef1b7

View File

@@ -8,8 +8,6 @@ echo "Brew Installing Python 3"
# Workaround to have both 3.8 & 3.9(which required by some brew formulas) in the system, but only 3.8 is linked
brew install python@3.8
brew install python@3.9
brew unlink python@3.9
brew unlink python@3.8
brew link python@3.8 --force
echo "Brew Installing Python 2"