Anka close Python 2.7 window (#5135)

This commit is contained in:
Aleksandr Chebotov
2022-02-25 10:55:47 +03:00
committed by GitHub
parent b2999beaf8
commit 32b225ca7f
4 changed files with 21 additions and 3 deletions

View File

@@ -12,6 +12,11 @@ pip install --upgrade pip
echo "Install Python2 certificates"
bash -c "/Applications/Python\ 2.7/Install\ Certificates.command"
# Close Finder window
if is_Veertu; then
close_finder_window
fi
# Explicitly overwrite symlinks created by Python2 such as /usr/local/bin/2to3 since they conflict with symlinks from Python3
# https://github.com/actions/virtual-environments/issues/2322
echo "Brew Installing Python 3"