首页 > 解决方案 > aws CLI install window

问题描述

I am having trouble installing the aws CLI for windows.

I am following these instructions here

It requires that I have Python 3.6.2 but I have Python 2.7.6 when I run python --version

After I run

 pip install --user --upgrade awscli

and then try to run

aws --version

nothing happens.

I tried setting my path in Environment Variables but it still won't work. After this, I tried to upgrade my python version by installing python 3.6 on their website, but my python version won't update when I run python --version.

Could this be that start of why I cant install the CLI?

标签: pythonamazon-web-servicespipaws-cli

解决方案


Use this link to download and install AWSCLI Download the AWS CLI MSI installer for Windows

then go to C:\Program Files\Amazon\AWSCLI or where-so-ever you have installed this and set the path in Environment variables.

Cheers!


推荐阅读