【发布时间】:2020-12-29 20:25:30
【问题描述】:
我想安装 python 3.6 版。
当我执行brew install python 时,它会安装最新版本的python,即3.8。
我尝试了以下解决方案,但它给了我错误。
brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
错误:
错误:从 GitHub 提交 URL 调用安装 python 被禁用!改为使用“brew extract python”来稳定地点击 GitHub。
我什至在this link 中尝试过解决方案,但没有奏效。
当我这样做时:
brew search python
我没有找到python@3.6init
【问题讨论】: