我正在努力(运行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")