0

私は、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")
4

1 に答える 1

0

時代遅れの指示に従っているかのようです。

ここの指示に従うことに成功しました

于 2012-08-13T13:10:53.640 に答える