Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试在 python 的帮助下运行 gcloud 命令,并在已安装 Google Cloud SDK 的 gitpod 环境中使用以下命令,
import os,sys print (os.system("gcloud --version"))
但是它给出了 gcloud 未找到的错误。我不确定我到底做错了什么!