Since pip shouldn't be used with sudo, why does Amazon give install directions as:
Install the AWS CLI Using pip
With Python and pip installed, use pip to install the AWS CLI:
...
Linux, OS X, or Unix
$ sudo pip install awscli
instead of the preferred pip install --user awscli
? (After, presumably, installing pip
with sudo
.)
What does @EdWinks know that Amazon doesn't? Why does Amazon suggest an insecure install method?