官網
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
? ~
Paste_Image.png
安裝3.5(使用homebrew 安裝)
brew install python3