安装pip时遇到问题(OS X 10.6 / Python 2.6.1)

时间:2012-08-10 09:05:19

标签: macos pip easy-install

我正在努力(运行IT策略略有不足)iMac运行10.6 Snow Leopard。我一再尝试安装pip(作为安装csvkit的前身,但我对以下错误消息感到困惑:

smg-02639:~ matmo$ pip install csvkit
Usage: pip COMMAND [OPTIONS]

pip: error: No command by the name pip install
  (maybe you meant "pip install csvkit")

这应该足以解释为什么我感到委屈。我找到了similar, but ultimately unrelated question我做错了什么

为了可能不必要的完整性,这里是安装顺序:

smg-02639:~ matmo$ sudo easy_install pip
Searching for pip
Best match: pip 1.1
Adding pip 1.1 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip-2.6 script to /usr/local/bin

Using /Library/Python/2.6/site-packages
Processing dependencies for pip
Finished processing dependencies for pip
smg-02639:~ matmo$ pip help
Usage: pip COMMAND [OPTIONS]

pip: error: No command by the name pip help
  (maybe you meant "pip help")

1 个答案:

答案 0 :(得分:0)

看起来我一直在遵循过时的指示。

我已成功关注instructions here