【发布时间】:2016-11-10 21:53:01
【问题描述】:
短Q,
在 mac OS sierra 终端中,
如果我这样做:
whereis python
/usr/bin/python
如果我这样做:
/usr/bin/python 它打开 python 2.10
但是如果我执行
python 它打开 python 2.7.8。
我如何知道 whereis python 2.7.8 以及为什么 whereis 指向的 python 版本与默认版本不同?
【问题讨论】:
-
MacPorts 留下了
/opt目录吗?