- Effective DevOps with AWS
- Yogesh Raheja Giuseppe Borgese Nathaniel Felsen
- 165字
- 2021-07-23 16:27:27
Installing the AWS CLI package
The AWS CLI utility is written in Python. While there are several ways to install it, we will use PyPA, the Python package manager, to install this tool.
To install PyPA, depending on your OS, you will need to run the following commands:
- On Windows:
$ sudo apt install python-pip
- On macOS X:
$ sudo easy_install pip
- On Debian-based Linux distributions:
$ sudo apt-get install python-pip python-dev build-essential
- On Red Hat/CentOS-based Linux distributions:
$ sudo yum -y install python-pip
Once PyPA is installed, you will get access to the pip command.
Lastly, to install the AWS CLI using the pip command, you simply need to run the following command:
$ sudo pip install --upgrade --user awscli
If you get an output to upgrade your pip version to the latest available level, execute pip install --upgrade pip.
We have demonstrated all of the outputs from CentOS-based Linux distribution but the process is equally applicable on all of the mentioned supported platforms.
推薦閱讀
- Clojure Data Analysis Cookbook
- 大數據戰爭:人工智能時代不能不說的事
- Project 2007項目管理實用詳解
- 實時流計算系統設計與實現
- PIC單片機C語言非常入門與視頻演練
- 群體智能與數據挖掘
- Hands-On Cybersecurity with Blockchain
- Photoshop CS3圖像處理融會貫通
- Mastering ServiceNow Scripting
- HTML5 Canvas Cookbook
- Godot Engine Game Development Projects
- INSTANT VMware vCloud Starter
- 傳感器原理與工程應用
- Learn Microsoft Azure
- 軟件質量管理實踐