googlearchive / appengine-java-vm-guestbook-extras

App Engine Java Managed VMs example: multi-stage tutorial based on adding features to the 'guestbook'.
Apache License 2.0
37 stars 20 forks source link

Support for Homebrew Python v2.7 #12

Open mcandre opened 9 years ago

mcandre commented 9 years ago

When I have Python 2.7 installed via Homebrew, mvn gcloud:run stalls indefinitely, without any error messages.

I'm able to workaround this with brew uninstall python, but I would like to be able to have both gcloud and Python installed at the same time.