[MAC] 홈브루 파이썬 설치 에러, HomeBrew Error: No similarly named formulae found. Error: No available formula or cask with the name “python”
파이썬을 설치하려고 했는데,
brew install python
이나
brew install python@3.9
을 실행했을때 에러가 나면서 설치가 되지 않았습니다.
홈브루를 옛날에 깔았거나 파이썬을 설치했다가 업그레이드하려고 할때 발생 할 수 있습니다.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
Error: No available formula or cask with the name "python@3.9".
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching taps on GitHub...
Error: No formulae found in taps.
1. 홈브루 코어 디렉토리를 삭제합니다.
rm -fr $(brew --repo homebrew/core)
2. 다시 파이썬을 설치
brew install python3