前提
- Mac のバージョンは 10.11.4
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.4
BuildVersion: 15E65
- pip インストール済み
sudo easy_install pip
ログ
$ sudo pip install awscli
DEPRECATION: Uninstalling a distutils installed project (six) has
been deprecated and will be removed in a future version. This is
due to the fact that uninstalling a distutils project will only
partially uninstall the project.
Uninstalling six-1.4.1:
...
回避法
- 下記のようにオプションを付ければ回避できる
sudo pip install awscli --upgrade --ignore-installed six