How can I change PATH used in Python (Django) deployed as Apache 2 mod_wsgi?
Currently Django displays that I have following PATH:
PATH = '/usr/local/bin:/usr/bin:/bin'
I have tried to change path in /etc/environment and /bash.bashrc, but without success.