> Assuming django is correctly installed in the userbase, you only need to > fix the syntax: > > env PYTHONUSERBASE=/var/python/myuser/.local > > to > > env = PYTHONUSERBASE=/var/python/myuser/.local >
It was under my nose! Roberto's assumption was right and my error was a missing "=" after env keyword. Thank you both! _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
