I am trying to install the Google Cloud SDK on OSX and do this node.js tutorial (https://cloud.google.com/nodejs/getting-started/hello-world) and keep running into a problem whe
In my ~/.bash_profile menu I had an error, at the top I had this line:
if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi source /Users/nico/.bash_profile
Which was throwing an error and messed with gcloud
, the weird thing is that other command line variables worked fine with that error.
Once I removed that line gcloud
worked fine.