- 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
推薦閱讀
- 極簡算法史:從數學到機器的故事
- JavaScript前端開發模塊化教程
- 從零構建知識圖譜:技術、方法與案例
- Java EE 6 企業級應用開發教程
- 兩周自制腳本語言
- 編程卓越之道(卷3):軟件工程化
- Learn WebAssembly
- JavaScript by Example
- SAP BusinessObjects Dashboards 4.1 Cookbook
- SharePoint Development with the SharePoint Framework
- PySide 6/PyQt 6快速開發與實戰
- 西門子S7-200 SMART PLC編程從入門到實踐
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- C語言從入門到精通
- 零基礎學C語言第2版