I trying to run gcloud command with help of python with following command in gitpod environment where Google Cloud SDK is already installed,
import os,sys
print (os.system("gcloud --version"))
But It is giving error that gcloud not found. I am not sure what exactly I am doing wrong!