Trying to Install AWS CLI, stuck on a step
Installing AWSCLI in Windows Machine
I had similar issue with Windows 10 (64 bit). Python 3.5 and Python 2.7 are installed in my PC. I was getting ImportError: No module named awscli.clidriver
.
Then I added %USERPROFILE%\AppData\Roaming\Python\Python35\Scripts
in environment path variable and removed Python 2.7 from the environment path variable. Now I can successfully use awscli
.
I have created a step by step AWSCLI installation guide in this Github repository: https://github.com/arsho/installation/tree/master/awscli_installation.
try adding below lines to ~/.bash_profile
:
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8