Skip to content

Instantly share code, notes, and snippets.

@Purush0th
Created December 26, 2023 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Purush0th/d39560442f22ed0c61bcc4b724a3781c to your computer and use it in GitHub Desktop.
Save Purush0th/d39560442f22ed0c61bcc4b724a3781c to your computer and use it in GitHub Desktop.
superset Run Script
#!/bin/bash
source /home/falcon/superset-venv/bin/activate
export FLASK_APP=superset
export SUPERSET_CONFIG_PATH=/home/falcon/app/superset_config.py
superset run -p 8088 --with-threads --reload --debugger
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment