Is it possible to configure uwsgi to use multiple python paths?
I have defined a python path in my uwsgi.ini file, but I need to also use a code from a second python project. My current python path configuration:
pythonpath = /Users/vingtoft/Documents/Development/archii/server/archii2/app/
There are seem to be at least 4 ways to achieve that:
pythonpath
twice in uwsgi.ini;--pythonpath
argument to uwsgi command twice;PYTHONPATH
environment variable with paths concatenated with a colon;sys.path
somewhere in your code.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With