📜  如何将 python 3.9 降级到 3.8 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:39.026000             🧑  作者: Mango

代码示例1
$ brew unlink python
$ brew install --ignore-dependencies https://raw.githubusercontent.com/Homebrew/homebrew-core/e128fa1bce3377de32cbf11bd8e46f7334dfd7a6/Formula/python.rb
$ brew switch python 3.6.5
$ pip install tensorflow