我可以在同一个盒子上安装Azure CLI和Google Cloud CLI吗?

时间:2017-08-25 23:26:51

标签: azure google-app-engine

我在安装Google Cloud CLI后尝试安装Azure CLI。这是运行azure-cli安装命令后得到的结果。

$ sudo apt-get update && sudo apt-get install azure-cli
Ign:1 http://packages.linuxmint.com sonya InRelease
Ign:2 http://packages.cloud.google.com/apt cloud-sdk-sonya InRelease          

Hit:3 http://packages.microsoft.com/repos/vscode stable InRelease              

Hit:4 http://packages.linuxmint.com sonya Release                              

Hit:5 http://archive.canonical.com/ubuntu xenial InRelease                     

Hit:6 http://archive.ubuntu.com/ubuntu xenial InRelease                        

Ign:7 http://packages.cloud.google.com/apt cloud-sdk-sonya Release             

Hit:8 http://ppa.launchpad.net/cwchien/gradle/ubuntu xenial InRelease          

Get:9 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]     
Hit:10 https://dl.yarnpkg.com/debian stable InRelease         
....

它似乎共享了Google Cloud CLI使用的一些文件。他们可以在同一个盒子里吗?如果是,如何实现?

1 个答案:

答案 0 :(得分:0)

您始终可以在您选择的位置从the generic Linux package手动安装Google Cloud SDK(而不是预先打包的Ubuntu) - 这样它就不会与其他SDK重叠/干扰。您只需在执行时和/或将其连接到执行环境时注意。