[Django]-UWSGI resets PythonHome

3👍

If you’re not using Virtualenv, you must add the pythonpath directive to your config file:

pythonpath = /usr/local/lib/python2.7/dist-packages
pythonpath = /usr/lib/python2.7

This is in the .ini syntax, please adapt it to your XML configuration.

0👍

Add to ini file this:
plugins = python

Leave a comment