标签:阅读 ali init ofo base 直接 中文 class The
安装快速而直接。
# airflow needs a home, ~/airflow is the default,
# but you can lay foundation somewhere else if you prefer
# (optional)
export AIRFLOW_HOME = ~/airflow
# install from pypi using pip
pip install apache-airflow
# initialize the database
airflow initdb
# start the web server, default port is 8080
airflow webserver -p 8080
标签:阅读 ali init ofo base 直接 中文 class The
原文地址:https://www.cnblogs.com/wizardforcel/p/10034371.html