M .bash_profile => .bash_profile +2 -2
@@ 62,8 62,8 @@ else
export ANDROID_SDK_ROOT="$ANDROID_HOME"
fi
-if [ -d ~/google-cloud-sdk ]; then
- PATH="$PATH:$HOME/google-cloud-sdk"
+if [ -d ~/google-cloud-sdk/bin ]; then
+ PATH="$PATH:$HOME/google-cloud-sdk/bin"
fi
[[ -f ~/.bashrc ]] && . ~/.bashrc