Quentin123345 / google-cloud-sdk

Automatically exported from code.google.com/p/google-cloud-sdk
0 stars 0 forks source link

Windows 10 Git Bash/Cygwin Installation Problems #326

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Operating System: Windows 10 x64
Terminal: Cygwin, (Git Bash)

Commands to Replicate:
1. curl https://sdk.cloud.google.com | bash

What is the expected output? What do you see instead?
A successful installation, instead the installation paused at "Welcome to the 
Google Cloud SDK!" and followed with no output. 

What is the output of 'gcloud info'?
bash: gcloud: command not found

Please provide any additional information below.

I was able to successfully install the SDK into Cygwin by doing the following

Steps to Replicate:
1. curl https://sdk.cloud.google.com | bash
2. Ctrl + C to cancel installation after it freezes at "Welcome to the Google 
Cloud SDK!"
3. Ensure that python 2.7 is in my PATH
4. python -S ~/google-cloud-sdk/bin/bootstrapping/install.py 
--usage-reporting=false
5. This will also pause at "Update done!"
6. Press Enter (Answers the hidden "Update %PATH% to include Cloud SDK 
binaries? (Y/n)?" Prompt)
7. Add ~/google-cloud-sdk/bin to my .profile

Original issue reported on code.google.com by damienwe...@gmail.com on 21 Oct 2015 at 2:05