Open mcandre opened 9 years ago
When I have Python 2.7 installed via Homebrew, mvn gcloud:run stalls indefinitely, without any error messages.
mvn gcloud:run
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.
brew uninstall python
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.