This is basically a copy of `superset/bin/superset` to a `__main__.py` module. This allows you to run superset with a specific python, or give additional flags, for instance: ``` $ python -i -m superset ``` After failure, you can enter the post-mortem debugger. Another suggestion would be to use the `entry-point-console_scripts` in setup.py instead of the script to avoid duplicate code.
[ Full content available at: https://github.com/apache/incubator-superset/pull/6040 ] This message was relayed via gitbox.apache.org for [email protected]
