2017-08-25 57 views
0

我嘗試在安裝Google Cloud CLI之後安裝Azure CLI。這是我運行azure-cli安裝命令後得到的結果。我可以在同一個盒子上安裝Azure CLI和Google Cloud 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使用的文件。他們可以一起在同一個盒子裏嗎?如果是的話,如何使它發生?

回答

0

您可以隨時從the generic Linux package(而不是預先打包的Ubuntu)手動安裝Google Cloud SDK在您選擇的位置 - 以便它不會與其他SDK重疊/干擾。執行時和/或掛鉤到執行環境時,您只需要注意。

相關問題