Skip to content

Instantly share code, notes, and snippets.

@al102964
Last active April 15, 2020 07:06
Show Gist options
  • Save al102964/d0645825cbf74df740afb8ac9fc1f74e to your computer and use it in GitHub Desktop.
Save al102964/d0645825cbf74df740afb8ac9fc1f74e to your computer and use it in GitHub Desktop.
sudo apt update
sudo apt install -y git
sudo apt install -y python3-pip
sudo pip install apache-airflow[crypto]
sudo pip install apache-airflow[postgres]
sudo-H pip install six==1.10.0
sudo pip install --upgrade six
sudo pip install markupsafe
sudo pip install --upgrade MarkupSafe
sudo pip install SQLAlchemy==1.3.15
echo 'export PATH=/usr/local/bin:$PATH' >> /home/arturo/.bashrc
source /home/arturo/.bash_profile
airflow initdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment