gana2188 / google-cloud-sdk

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

Gcloud python install doesn't update /usr/local/google-appengine link #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. first install App Engine via downloading the Google AppEngine Launcher 
2. (later) install via the GCloud SKD tool: gcloud components update pkg-python

What is the expected output? What do you see instead?

GAEL creates a symlink in /usr/local/google_appengine which is used by many 
tools (e.g., IntelliJ, PyCharm)
On installing via Gcloud the tool advises to remove the GAEL py files (it 
should uninstall GAEL altogether, rather then recommend deleting just the .py 
files) and change the /usr/local link.

Also, document whether GCloud and GAEL are supposed to be compatible; e.g., not 
clear immediately how to run the devappserver via GCloud. But if I continue to 
use GAEL, then I'll have conflicting platform versions installed.

What version of the product are you using? On what operating system?

Mac OS/X 10.9.2 / Gcloud 0.9.21

Please provide any additional information below.

Original issue reported on code.google.com by rich.burdon on 16 Apr 2014 at 5:21

GoogleCodeExporter commented 9 years ago
I have the same problem with gcloud 0.9.26 with the following add-ons:
app 2014.06.05
app-engine-go-darwin-x86_64 1.9.6
app-engine-java 1.9.6
app-engine-python 1.9.6
app-engine-python-extras 1.9.6
bq 2.0.18
bq-nix 2.0.18
compute 2014.06.05
core 2014.06.05
core-nix 2014.05.06
dns 2014.04.30
gae-python 2014.05.06
gae-python-launcher-mac 1.9.6
gcutil 1.16.0
gcutil-nix 1.15.0
gsutil 4.1
gsutil-nix 3.42
preview 2014.06.05
sql 2014.06.03

My OS is Mac OS/X 10.9.3.

Without that "google_appengine", I can't complete the tutorials in GAE 
documentations:
https://developers.google.com/appengine/docs/python/cloud-sql/django
https://developers.google.com/appengine/articles/django-nonrel

Original comment by edwardfu...@gmail.com on 7 Jun 2014 at 11:02

GoogleCodeExporter commented 9 years ago
In the future, we're probably going to unbundle the GAE launcher from the Cloud 
SDK.

Original comment by rdayal@google.com on 24 Oct 2014 at 7:33

GoogleCodeExporter commented 9 years ago

Original comment by rdayal@google.com on 24 Oct 2014 at 7:33

GoogleCodeExporter commented 9 years ago
Easy solution will be to launch GAE launcher included in gcloud and run "Make 
Symlinks" available in menu bar. This recreates the /usr/local/google_appengine 
symlink as required by some documentation.  This method also works for pycharm 
integration.

Original comment by ganeshba...@med-share.in on 11 Nov 2014 at 12:35