前景
-
查找可用的python
-
命令:brew search python
-
-
查看当前安装的包
-
命令:brew list
image.png
-
-
卸载
-
命令:brew uninstall xxx
image.png -
命令:brew uninstall --ignore-dependencies xxx
image.png
-
-
安装
- 命令:brew install xxx
- 安装Python2
-
命令:brew install python@2
image.png
-
- 安装Python3
-
命令:brew install python
image.png
-
- 安装Python2
- 命令:brew install xxx
切换Python版本
-
命令:python2
image.png -
命令:python3
image.png -
命令:python
image.png
网友评论