mac 上的 python

1.mac 上的 python

自己感觉很乱
1.额外安装的

  1. 自带的 python27-apple
    /System/Library/Frameworks/Python.framework/Versions/2.7

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
posted @ 2016-07-14 10:06  农民阿姨  阅读(299)  评论(0编辑  收藏  举报