mac 上的 python

1.mac 上的 python

自己感觉很乱

1.额外安装的

mac 上的 python

  1. 自带的 python27-apple

    /System/Library/Frameworks/Python.framework/Versions/2.7

mac 上的 python

2.查看 python 版本


推荐mac上很好用的小工具macports。
我們可以使用 port select 指令切換 Python 系統,比如 port select python
Available versions for python:
none
python25-apple
python26-apple
python27
python27-apple (active) 這代表目前使用的是 Mac OS 內建的 Python 2.7,我們可以切換掉 MacPorts 內建的 Python 2.7

3. 查看 python 路径

which python
上一篇:JS中的的"闭包"?深入Javascript之this


下一篇:salesforce 零基础开发入门学习(七)PickList的value值获取