Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TroubleShooting :Get started with AWS Server #1

Open
siebeniris opened this issue Oct 14, 2017 · 1 comment
Open

TroubleShooting :Get started with AWS Server #1

siebeniris opened this issue Oct 14, 2017 · 1 comment

Comments

@siebeniris
Copy link
Owner

siebeniris commented Oct 14, 2017

  1. standard procedure to install cygwin on windows 10.
  2. 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.
@siebeniris
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant