当我python
从 Mac 上的终端运行时,我得到以下前两行:
Python 2.7.5 (v2.7.5:ab05e7dd2788, May 13 2013, 13:18:45)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
当我跑步时python2.7
,我得到了这个:
Python 2.7.5 (default, May 19 2013, 13:26:46)
[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on darwin
我可以在 python2.7 中识别scipy
和numpy
,但不能在普通 python 中识别。
这些之间究竟有什么区别?有什么办法可以制作 pythonimport scipy
吗?我可以将 python2.7 别名为 python 并忘记这一点吗?