LoginSignup
0
0

More than 3 years have passed since last update.

python3でpip installできなかった

Posted at

なにがおきたの?

pip install コマンドがうまく使えなかった

pip3コマンドでPython3のpipを呼びだそうとしたのですがcommand not foundになってしまった。

解決作

このコマンドを打ったら解決した。

sudo chown -R $(whoami) $(brew --prefix)

pip install はこのコマンドでした。

sudo easy_install pip

参考:https://ja.stackoverflow.com/questions/44308/homebrew%E3%81%A7python3%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E3%81%99%E3%82%8B%E3%81%A8pip%E3%81%8C%E4%BD%BF%E3%81%88%E3%81%AA%E3%81%84

0
0
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0