macOS homebrew 安装、升级python3
2020-04-07 本文已影响0人
思考蛙
macOS homebrew 安装、升级python3
安装
brew install python3
升级
brew upgrade python3
如果之前已安装python3 升级之后需要得新link
link
brew link --overwrite python
macOS homebrew 安装、升级python3
brew install python3
brew upgrade python3
如果之前已安装python3 升级之后需要得新link
brew link --overwrite python