2016年1月7日 星期四

Installing the AWS Command Line Interface

參考網址:http://docs.aws.amazon.com/cli/latest/userguide/installing.html#install-bundle-other-os

ubuntu
$ sudo apt-get update
$ sudo apt-get install python2.7
$ curl -O https://bootstrap.pypa.io/get-pip.py
$ sudo python27 get-pip.py
$ sudo pip install awscli

Note
sudo: pip: command not found

$ which pip
/usr/local/bin/pip
$ sudo /usr/local/bin/pip install awscli
$ sudo pip install --upgrade awscli

沒有留言:

張貼留言