相关疑难解决方法(0)

如何在Windows上运行Airflow

运行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
Run Code Online (Sandbox Code Playgroud)

Airflow实用程序在命令行中不可用,我无法在其他地方找到它以手动添加.Airflow如何在Windows上运行?

python windows flask flask-admin airflow

24
推荐指数
6
解决办法
3万
查看次数

标签 统计

airflow ×1

flask ×1

flask-admin ×1

python ×1

windows ×1