[macOS] Upgrade default Python to 3.9 (#2034)

Co-authored-by: MaksimZhukov <[email protected]>
This commit is contained in:
MaksimZhukov
2020-11-13 18:01:56 +03:00
committed by GitHub
co-authored by MaksimZhukov
parent 9ef75097cf
commit f887695075
-5
View File
@@ -5,12 +5,7 @@ source ~/utils/utils.sh
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] --force
echo "Brew Installing Python 2"
# Create local tap with formula due to python2 formula depreciation