I am working on a Windows computer and have been using Git Bash up until now without a problem. However, Git Bash seems to be missing some commands that Cygwin can provide, so I switched to Cygwin.
I need to use AWS CLI with Cygwin but any time I input any aws command, I get the following error:
C:\users\myusername\appdata\local\programs\python\python36\python.exe: can't open file '/cygdrive/c/Users/myusername/AppData/Local/Programs/Python/Python36/Scripts/aws': [Errno 2] No such file or directory
I've seen other questions about getting Cygwin working with AWS, but they seem to talk about AWS CLI being incompatible with Windows' Anaconda version of Python (which mine doesn't seem to be). Any thoughts on how to fix this? Thanks.