我的 Mac 上安装了 python 2.7.2。我使用 python-2.7.2-macosx10.6.dmg 安装我只有一个 python 实例。
当我在终端中输入查找 python 路径时,我得到了这个:
python
Python 2.7.2 (v2.7.2:8527427914a2, Jun 11 2011, 15:22:34)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import os.path
>>> os.environ['PYTHONPATH'].split(os.pathsep)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: 'PYTHONPATH'
这是缺少的一件事,因此我可以安装 Mercurial。我以前使用过 Mercurial,我可能弄坏了一些东西。你知道如何解决这个问题吗?