【发布时间】:2015-11-29 10:58:47
【问题描述】:
运行 Airflow 的常规说明不适用于 Windows 环境:
# 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 airflow
# initialize the database
airflow initdb
# start the web server, default port is 8080
airflow webserver -p 8080
Airflow 实用程序在命令行中不可用,我无法在其他地方找到它来手动添加。 Airflow 如何在 Windows 上运行?
【问题讨论】:
标签: python windows flask flask-admin airflow