我决定使用brew安装python3:brew install python
如何撤消此操作?我尝试并得到这个错误:brew uninstall python
Error: Refusing to uninstall /usr/local/Cellar/python/3.7.7
because it is required by libxml2 and libxmlsec1, which are currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies python
我尝试取消链接 - 这有效,但仍然无法卸载。正确的方法是这样做的吗?brew unlink python--ignore-dependencies
BIG阳
相关分类