0

我在 Mountain Lion 中运行点子时遇到问题。我的印象是它应该预装 Python(正在运行),但尝试运行任何 pip 命令只会向我显示以下内容:

-bash: pip: command not found

我试过了

sudo easy_install pip

但得到以下错误:

回溯(最近一次通话最后):

文件“/usr/bin/easy_install-2.7”,第 10 行,在

load_entry_point('setuptools==0.6c12dev-r88846', 'console_scripts', 'easy_install')()

文件“build/bdist.macosx-10.6-x86_64/egg/pkg_resources.py”,第 347 行,在 load_entry_point

文件“build/bdist.macosx-10.6-x86_64/egg/pkg_resources.py”,第 2516 行,在 load_entry_point

ImportError:找不到入口点('console_scripts'、'easy_install')

我也尝试过使用 get-pip.py,如http://www.pip-installer.org/en/latest/installing.html所建议的,但这给了我一大堆错误。

从源安装似乎可以工作,但仍然找不到 pip

我感觉我的路径可能有问题:

~/.bin/:/usr/local/share/python:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin

任何帮助将不胜感激。

谢谢

4

0 回答 0