2012-08-10 153 views
0

我正在运行10.6 Snow Leopard的iMac(由IT政策稍微牵制)iMac。我已经多次试图安装pip(为先导,以安装csvkit但我通过以下错误消息困惑:安装pip(OS X 10.6/Python 2.6.1)时遇到问题

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") 

回答