macOS software update week45

This commit is contained in:
Aleksandr Chebotov
2020-10-29 11:07:26 +03:00
parent 2ebe53b86d
commit aad7e0bb42
4 changed files with 4 additions and 8 deletions
-4
View File
@@ -6,11 +6,7 @@ echo "Installing Python Tooling"
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 [email protected]
brew install [email protected]
brew unlink [email protected]
brew unlink [email protected]
brew link [email protected]
echo "Brew Installing Python 2"
# Create local tap with formula due to python2 formula depreciation