Answer the question
In order to leave comments, you need to log in
Why doesn't uwsgi start with the python3 virtual environment from django.ini?
uwsgi --http :80 --chdir /var/www/django/djpy3 --module djpy3.wsgi --virtualenv /var/www/django/djenv
[uwsgi]
plugin=python
chdir=/var/www/django/djpy3
virtualenv=/var/www/django/djenv
module=djpy3.wsgi
master=True
vacuum=True
socket=127.0.0.1:9000
py-autoreload=5
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question