Homebrew 安装旧版本 Python
13 Jul 2018https://github.com/Homebrew/homebrew-core/commits/master/Formula/python.rb
在上述仓库中找到需要的 python 版本对应的 commit-id
,把这个 commit-id
填充到下面的命令中即可
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/[Commit-id]/Formula/python.rb