Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

install awscli on ubuntu 20.04

sudo curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"

sudo apt-get install unzip

sudo unzip awscliv2.zip

sudo ./aws/install

aws --version
[OUTPUT]: aws-cli/2.7.16 Python/3.9.11 Linux/5.10.16.3-microsoft-standard-WSL2 exe/x86_64.ubuntu.20 prompt/off
Comment

install aws sdk ubuntu 20.04 command line

$ sudo apt install awscli
Comment

PREVIOUS NEXT
Code Example
Python :: numpy from csv 
Python :: squared sum of all elements in list python 
Python :: plot model 
Python :: jupyter notebook change image size 
Python :: f-string ponto decimal python 
Python :: dictionary sort python 
Python :: df from numpy array 
Python :: array for each in python 
Python :: add all string elements in list python 
Python :: django docs case when 
Python :: python requests wait for page to load 
Python :: python check if item in 2d list 
Python :: python merge pdfs 
Python :: pandas drop rows with null in specific column 
Python :: PRINT VS RETURN IN PYTHON 
Python :: python hsl to rgb 
Python :: to extract out only year month from a date column in pandas 
Python :: how to sum digits of a number in python 
Python :: django reverse 
Python :: python url encoding 
Python :: name exit not defined python 
Python :: pyttsx3 pip 
Python :: google colab matplotlib not showing 
Python :: python import text file 
Python :: how to read excel file in jupyter notebook 
Python :: python f string thousand separator 
Python :: trigonometry in python 
Python :: generate random characters in python 
Python :: pandas not is na 
Python :: pandas read csv without header 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =