Ryotaro-Sanpe666 / google-cloud-sdk

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

line 111: C:\python27.x64\python.exe: command not found #367

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Download 32-bit version of Cygwin, execute .exe
Select openssh, curl python 2.7
except all defaults
using Cygwin Terminal Download and install google cloud SDK

What is the expected output?  Should be a successful install

What do you see instead? line 111: C:\python27.x64\python.exe: command not found

What is the output of 'gcloud info'?

Please provide any additional information below.

I am not getting any options during the installation of the google cloud sdk.  
I cannot control where python is installed.

Original issue reported on code.google.com by moses...@gmail.com on 3 Nov 2015 at 4:25

GoogleCodeExporter commented 8 years ago
Python 2.7 should have been installed by CygWin. From the CygWin terminal run 
these to check:

whence python
python --version

Original comment by gsfow...@google.com on 3 Nov 2015 at 8:22

GoogleCodeExporter commented 8 years ago

Original comment by gsfow...@google.com on 3 Nov 2015 at 8:22

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Results for gcloud info is:
  -bash: gcloud: command not found

I ran the two checks with the following results:
python --version
   Python 2.7.10

whence python 
  -bash: whence: command not found

Original comment by moses...@gmail.com on 3 Nov 2015 at 8:43

GoogleCodeExporter commented 8 years ago
Sorry, old habits die hard. What is the output of:
  which python

Original comment by gsfow...@google.com on 4 Nov 2015 at 1:56

GoogleCodeExporter commented 8 years ago

Original comment by z...@google.com on 4 Jan 2016 at 2:08