如何让 gcloud 在 Google Cloud 中的 opensuse 13.2 上运行?
How do I make gcloud work on opensuse 13.2 in Google Cloud?
我在 Google 云中使用 opensuse 13.2 (x86_64 built on 2015-05-11)
启动一个实例,ssh 到该实例,尝试 运行 gcloud
并得到以下错误:
evgeny@tea-2:~> gcloud<br>
python: 无法打开文件 '/usr/bin/../lib/google/cloud/sdk/gcloud/gcloud.py': [Errno 2] 没有那个文件或目录
如何让它发挥作用?
听起来像是某种错误。可以试试重装吗?尝试 运行:
curl https://sdk.cloud.google.com | bash
然后注销并重新登录
您可以直接从 Google 中提取 gcloud,如答案 #1 所示,或者您可以使用 openSUSE 存储库中的打包版本。
通过 ssh 登录后:
~> sudo -i
# zypper ar -t rpm-md -n 'Cloud Tools Devel' http://download.opensuse.org/repositories/Cloud:/Tools/openSUSE_13.2/ cloud_tools_devel
# zypper install google-cloud-sdk-0.9.44-13.2.noarch
您将需要接受添加的新存储库的构建密钥。
我在 Google 云中使用 opensuse 13.2 (x86_64 built on 2015-05-11)
启动一个实例,ssh 到该实例,尝试 运行 gcloud
并得到以下错误:
evgeny@tea-2:~> gcloud<br>
python: 无法打开文件 '/usr/bin/../lib/google/cloud/sdk/gcloud/gcloud.py': [Errno 2] 没有那个文件或目录
如何让它发挥作用?
听起来像是某种错误。可以试试重装吗?尝试 运行:
curl https://sdk.cloud.google.com | bash
然后注销并重新登录
您可以直接从 Google 中提取 gcloud,如答案 #1 所示,或者您可以使用 openSUSE 存储库中的打包版本。
通过 ssh 登录后:
~> sudo -i
# zypper ar -t rpm-md -n 'Cloud Tools Devel' http://download.opensuse.org/repositories/Cloud:/Tools/openSUSE_13.2/ cloud_tools_devel
# zypper install google-cloud-sdk-0.9.44-13.2.noarch
您将需要接受添加的新存储库的构建密钥。