Showing
1 changed file
with
3 additions
and
3 deletions
@@ -45,12 +45,12 @@ Server: | @@ -45,12 +45,12 @@ Server: | ||
45 | 45 | ||
46 | ``` | 46 | ``` |
47 | AWS CLI | 47 | AWS CLI |
48 | -```aidl | ||
49 | -如果您已经有 pip 和支持的 Python 版本,则可以使用以下命令安装 AWS CLI: | 48 | +```bash |
49 | +#如果您已经有 pip 和支持的 Python 版本,则可以使用以下命令安装 AWS CLI: | ||
50 | $ pip install awscli --upgrade --user | 50 | $ pip install awscli --upgrade --user |
51 | [root@VM_102_17_centos ~]# aws --version | 51 | [root@VM_102_17_centos ~]# aws --version |
52 | aws-cli/1.16.81 Python/2.7.15 Linux/3.10.0-123.el7.x86_64 botocore/1.12.71 | 52 | aws-cli/1.16.81 Python/2.7.15 Linux/3.10.0-123.el7.x86_64 botocore/1.12.71 |
53 | -需要使用AWS账户来认证后即可使用 | 53 | +#需要使用AWS账户来认证后即可使用 |
54 | $ aws configure | 54 | $ aws configure |
55 | ``` | 55 | ``` |
56 | NODE | 56 | NODE |
-
Please register or login to post a comment