From f8876950750757dc5ee322023c4b99246c6f438c Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 13 Nov 2020 18:01:56 +0300 Subject: [PATCH] [macOS] Upgrade default Python to 3.9 (#2034) Co-authored-by: MaksimZhukov --- images/macos/provision/core/python.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/macos/provision/core/python.sh b/images/macos/provision/core/python.sh index da0493199..f517b5958 100755 --- a/images/macos/provision/core/python.sh +++ b/images/macos/provision/core/python.sh @@ -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 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" # Create local tap with formula due to python2 formula depreciation