我最近从 Snow Leopard 升级到了 Mountain Lion,这似乎已经删除了我所有的 Python 包。我想将它们重新安装到系统 Python (2.6),但我选择的任何方法 (source/easy_install/port) 都希望安装到 2.7。有时我可以将egg文件拖到正确的目录中并且它可以工作,但有时它不会。
据说,Python 2.6 处于活动状态。为什么easy_install和port要使用2.7,我该如何解决?
$ python
Python 2.6.7 (r267:88850, Oct 11 2012, 20:15:00)
[GCC 4.2.1 Compatible Apple Clang 4.0 (tags/Apple/clang-418.0.60)] on darwin
$ sudo port select python
Available versions for python:
base.mp_1382830518
none
none.mp_1382830518
python25-apple
python25-apple.mp_1382830518
python26
python26-apple (active)
python26-apple.mp_1382830518
python27
python27-apple
python27-apple.mp_1382830518