我想在我的windows机器上安装apache-superset。但我不想使用python的任何虚拟环境。
发布于 2019-10-24 15:08:44
您不需要安装python或创建虚拟环境。安装docker和docker-compose。
git clone https://github.com/apache/incubator-superset/
cd incubator-superset/contrib/docker
# prefix with SUPERSET_LOAD_EXAMPLES=yes to load examples:
docker-compose run --rm superset ./docker-init.sh
# you can run this command everytime you need to start superset now:
docker-compose uphttps://stackoverflow.com/questions/56648723
复制相似问题