私は、10.6 Snow Leopard を実行する iMac (IT ポリシーによって少し足を引っ張られている) に取り組んでいます。インストールを繰り返し試みました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")
なぜ私が怒っているのかを説明するには、それで十分なはずです。同様の、しかし最終的には無関係な質問を見つけました。私は何を間違っていますか?
おそらく不要な完全性のために、インストール手順は次のとおりです。
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")