mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
Anka close Python 2.7 window (#5135)
This commit is contained in:
committed by
GitHub
parent
b2999beaf8
commit
32b225ca7f
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user