- Effective DevOps with AWS
- Nathaniel Felsen
- 140字
- 2021-07-15 17:11:50
Installing the AWS CLI package
As mentioned before, this utility is written in Python. While there are several ways to install it, we will use PyPA, the Python Package manager, to install the tool.
To install PyPA, depending on your OS, you will need to run the following commands.
On Windows, input the following code:
$ sudo apt install python-pip
On Mac OS X, run the following code:
$ sudo easy_install pip
On Debian-based Linux distributions, use the following command:
$ sudo apt-get install python-pip python-dev build-essential
On Redhat-based Linux distributions, use the command that follows:
$ sudo yum -y install python-pip
Once PyPA is installed, you will get access to the command pip.
Lastly, to install the AWS CLI using the pip command, you simply need to run the following command:
$ sudo pip install --upgrade --user awscli
推薦閱讀
- 玩轉Scratch少兒趣味編程
- Java 9 Concurrency Cookbook(Second Edition)
- JavaScript高效圖形編程
- 工程軟件開發技術基礎
- Reactive Programming with Swift
- JavaScript 程序設計案例教程
- PySpark Cookbook
- Active Directory with PowerShell
- Python+Tableau數據可視化之美
- Mastering Python Design Patterns
- Cocos2d-x by Example:Beginner's Guide(Second Edition)
- 軟件工程基礎與實訓教程
- Python商務數據分析(微課版)
- 算法精解:C語言描述
- Learning QGIS(Second Edition)