first do “sudo apt-get install python-virtualenv”
I’m trying to follow this: http://uwsgi-docs.readthedocs.org/en/latest/tutorials/Django_and_nginx.html
but when I attempt its first check in the beginning with “uwsgi --http :8000 --wsgi-file test.py” and I go to 127.0.0.1:8000 it doesn’t work. can someone please try those few commands or explain why? (when you make test.py, switch last comment since we’re using python2)
thanks in advance!