【发布时间】:2018-04-05 12:38:35
【问题描述】:
尝试使用以下命令在 mac 中安装 Python3:
brew install python3
当我运行命令时出现以下错误:
Error: python 2.7.14_2 is already installed
To upgrade to 3.6.5, run `brew upgrade python`
如何在不升级的情况下在mac中同时保留python2和python3...
谢谢!
【问题讨论】:
标签: python-3.x homebrew