More than 5 years have passed since last update.
Macに入っているのはPython2系でした。
pipをupgradeで失敗
sudo pip install --upgrade pip
しかしエラーがでて失敗しました。
upgrade を --user pythonオプションをつけて実行
--user pythonをつけて実行します。
sudo pip install --upgrade pip --user python
今度は成功しました。すごい(☝ ՞ਊ ՞)
参考
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme
