On Tue, Jan 15, 2013 at 3:10 PM, Daishin Labs <[email protected]> wrote: > Hi there, > I'm deploying django projects with uwsgi in emperor mode with multiple > virtual environments with little success. > I would like to know the tricky part of this emperor mode to pickup right > virtual env. > Your help will be appreciated!
each app instance (a config file *found* thru emperor scans) simply defines its own virtualenv via `--venv` or other variations. if your trying to "push" the config from emperor -> appa you can try something like: env = UWSGI_VASSAL_VENV=<some-computed-path-to-venv> ...i think there is a slightly more succinct way to do the above, but escapes me ATM. you'll need to provide some output or concrete problem to diagnose further. -- C Anthony _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
