How to Install Apache Airflow on Ubuntu VM Update the Packages We need to update the packages before we install the dependencies If you see any error like pip not found, Use the following command to install pip for Python 3: sudo apt install python3-pip Once the installation is completed, verify the installation by […]