官网
Mac 下
- 终端输入
python
显示
➜ ~ python
Python 2.7.10 (default, Sep 23 2015, 04:34:21)
[GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.72)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>>
- 退出
按 **Ctrl-d** 退出提示符
查看Python 版本:
➜ ~ Python -V
Python 2.7.10
➜ ~
安装3.5(使用homebrew 安装)
brew install python3