When I run aws --version
I get this output:
File "/usr/local/bin/aws", line 19, in <module>
import awscli.clidriver
File "/usr/local/aws/lib/python2.7/site-packages/awscli/clidriver.py", line 15, in <module>
import logging
ImportError: No module named logging
I changed the path in bashprofile to reflect python3 change and this has been working fine for other applications, but AWS is still looking for v2.7.
How do I fix this error- do I update awscli, uninstall/reinstall, or something else?? I am not very familiar with bash/envs and don't want to mess with anything.