brew 管理 python
brew 管理 python
多版本共存
brew unlink python@3.8 brew link python@3.7
然后,根据提示 export 到 zshrc 环境变量
完全卸载 python 包与依赖
My Mac has Python3 and 2.7 installed. How do I uninstall Python3 but keep 2.7?
brew unlink python@3.8 brew link python@3.7
然后,根据提示 export 到 zshrc 环境变量
My Mac has Python3 and 2.7 installed. How do I uninstall Python3 but keep 2.7?