Search code examples
pythonwindowsinstallationpipaws-cli

Installing AWS CLI v2 through PIP on Windows


Is it possible to install AWS CLI v2 through PIP on Windows?

In the instructions the recommended way to install is via MSI, but I want to use PIP.

What if I install CLI like given on Github in a Linux way:

python -m pip install awscli

Will it install v1 or v2 by default?


Solution

  • pip install awscliv2

    This single command should help you install AWS CLI v2