Darren Burton
03/03/2022, 3:03 AMKevin Kho
Anna Geller
Darren Burton
03/03/2022, 2:25 PMDarren Burton
03/03/2022, 2:30 PMKevin Kho
Anna Geller
sudo apt-get update -y
sudo apt-get upgrade -y
sudo apt-get install software-properties-common -y
sudo apt-get install python3-dateutil -y
sudo apt install python3-pip -y
PATH="$HOME/.local/bin:$PATH"
export PATH
# python3 is installed by default with version 3.8.10
pip3 install -U "prefect>=2.0a"
Darren Burton
03/03/2022, 2:46 PMDarren Burton
03/03/2022, 5:18 PMDarren Burton
03/03/2022, 5:20 PMDarren Burton
03/03/2022, 5:24 PMsudo pip install --upgrade protobuf
Darren Burton
03/03/2022, 5:25 PM