回答:
アップグレードを実行する方法について説明します。
http://docs.aws.amazon.com/cli/latest/userguide/installing.html
これが私の仕事でした:
To install the AWS CLI using the bundled installer
Download the AWS CLI Bundled Installer using wget or curl.
Unzip the package.
Run the install executable.
On Linux and OS X, here are the three commands that correspond to each step:
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws
pip
ですか?easy_install
ソース配布を使用するか、手動でダウンロードできると思います。