Homebrew로 설치한 파이썬 제거
일반적인 삭제 방법
$ brew uninstall python3
Error: Refusing to uninstall /opt/homebrew/Cellar/python@3.9/3.9.6
because it is required by watchman, which is currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies python3
위와 같이 에러가 난 경우
% brew uninstall --ignore-dependencies python3
혹은 아래와 같이 강제로 --force 로 깨끗하게 삭제합니다.
$ brew uninstall --force --ignore-dependencies python3
Ignoring bigdecimal-1.3.5 because its extensions are not built. Try: gem pristine bigdecimal --version 1.3.5
Uninstalling python... (4,787 files, 102MB)