Last active
April 15, 2020 07:06
-
-
Save al102964/d0645825cbf74df740afb8ac9fc1f74e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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