You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
==> Installing python@3.9
==> Pouring python@3.9-3.9.1_6.catalina.bottle.tar.gz
Error: The `brew link` step did not complete successfully
The formula built, but is not symlinked into /usr/local
Could not symlink bin/2to3
Target /usr/local/bin/2to3
already exists. You may want to remove it:
rm '/usr/local/bin/2to3'
To force the link and overwrite all conflicting files:
brew link --overwrite python@3.9
To list all files that would be deleted:
brew link --overwrite --dry-run python@3.9
It seems like Python and git are already installed by some other means than homebrew, perhaps using Xcode?
The text was updated successfully, but these errors were encountered:
Adding job to the Github Workflow as follows led to various issues with Homebrew:
Attempting to install
python3
andgit
using Homebrew caused the following errors:Attempting to upgrade those packages caused the following errors:
It seems like Python and git are already installed by some other means than
homebrew
, perhaps using Xcode?The text was updated successfully, but these errors were encountered: