[2018-03-13]MAC OS 自带的Python
2018-03-13 本文已影响0人
千里浩然意
1.查看系统自带的Python ,打开终端,输入which python

2. ls -1 /usr/local/bin

3. 查看python版本 python --version

参考:https://iengchen.github.io/2016/06/14/if-use-system-ship-python/
1.查看系统自带的Python ,打开终端,输入which python
2. ls -1 /usr/local/bin
3. 查看python版本 python --version
参考:https://iengchen.github.io/2016/06/14/if-use-system-ship-python/