MoofersLAon
Results
1
comments of
MoofersLAon
> 试试: > > ``` > brew update > brew uninstall [email protected] > brew install [email protected] > ``` > > 这会删除3.8。*版本然后安装最新的3.7。*版本(目前应该是3.7.8),基本不会有啥问题。如果一定想要3.7.4,那么可以把上面三个命令的最后一个换成: > > ``` > brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/6589f0f6f5952195bbca8a58bd66c8476dac1380/Formula/python.rb > ```...