You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
standard procedure to install cygwin on windows 10.
there were already anaconda python, python35 and python27 on my computer ->
problem: "pip install awscli" in cygwin has no output at all, although when asked "which pip" or "which pip3", there were always responces.
The text was updated successfully, but these errors were encountered:
solution: Step1: follow the procedures in http://www.contrib.andrew.cmu.edu/~adbenson/setup.html to install apt-cyg and install packages (wget, curl....) Step2: install cygwin own python, rather than use it from originally installed ones. apt-cyg install python
-> get 'get-pip.py' file in cygwin/bin folder
because I have installed python2.7 (check it in the cygwin/bin ) python2.7 get-pip.py running this file.
-> get pip2.7 (also check in cygwin/bin) pip2.7 install awscli
problem: "pip install awscli" in cygwin has no output at all, although when asked "which pip" or "which pip3", there were always responces.
The text was updated successfully, but these errors were encountered: