安装Azure CLI 2.0的前提是:机器中必须有 Python 2.7.x 或 Python 3.x。如果机器中没有其中任何一个Python版本,请及时安装
1.准备一台CentOS 6.9的机器
[root@hlmcent69nma ~]# cat /etc/redhat-release CentOS release 6.9 (Final)
2.按照我的另一篇博客,安装Python 2.7.x
[root@hlmcent69nma ~]# python -V Python 2.7.14
3.使用如下命令安装CLI2.0
[root@hlmcent69n1 ~]# curl -L https://aka.ms/InstallAzureCli | bash
4.验证CLI2.0已经成功安装
I hear and I forget. I see and I remeber. I do and I understand!