How Do You Install Boto3 on Ubuntu/Debian Linux?

Problem scenario
You want to use the latest (as of 2020) Python SDK to interact with AWS. What do you do?

Prerequisite
Install pip. See this posting.

Solution
Run these commands:

sudo pip3 install boto3

sudo pip3 install --upgrade pip

Leave a comment

Your email address will not be published. Required fields are marked *