som2014 opened a new issue #9871:
URL: https://github.com/apache/incubator-superset/issues/9871


   I have installed superset on in python virutal env, now i don't want to 
activate the environment every time to run Superset
   
   I am running the following command
   
    gunicorn -w 5 --timeout 120 -b 0.0.0.0:8088  "superset.app:create_app()"
   It works fine when inside the virutal env, but outside it throwing me this 
error:
   
   ImportError: No module named superset.app
   How i can run superset outside the virtual env and i am also running celery 
worker.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to