python 降级到3.6 详解python 降级到3.6终极解决方案
水无月繁星 人气:4最近因为要安装Tensorflow,然后发现tensorflow居然不支持python3.7,于是怒而将其降级到3.6
以下是具体命令,mark一下
1、移除现有Python
brew unlink python
2、安装3.6.5
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/f2a764ef944b1080be64bd88dca9a1d80130c558/Formula/python.rb
或者conda直接安装指定版本就行 conda install python==3.6
您可能感兴趣的文章:
加载全部内容