All command work fine when I run it on Windows PowerShell
.
At first I was not able to run any gcloud
command from within a .sh
script file or from a Git Bash terminal.
It seems that git bash
wasn't able to find the bundled Python
installation that comes with gcloud
SDK.
So I've installed Python for Windows as well.
Now I'm able to run it both from PowerShell
, .sh file
and Git bash
.
From PowerShell
, I get a clean log like this:
But from I run it from an .sh
script file or from a Git bash
window. This gets logged:
It seems to be working fine, but there is this Permission Denied
error from WindowsApps/python3
.
How can I get rid of it?