aws cli in cygwin - how to clean up differences in windows and cygwin style paths
I suspect this is my ineptitude in getting path variables set right, but I'm at a loss. I've installed the aws cli using pip in cygwin. pip install awscli I have two python environments... a windows anaconda distribution, and the version cygwin can install for you. which python > /usr/bin/python where python > C:\cygwin64\bin\python > C:\windows-style-path-to-anaconda\python.exe when I try to run aws cli aws --version > C:\windows-style-path-to-anaconda\python.exe: can't open file > 'cygdrive/c/cygdrive-style-path-to-anaconda/Scripts/aws': > [Errno 2] No such file or directory' I've tried