From 7fe20af5a4f0587a0ec0cde719fb45099b7d07f6 Mon Sep 17 00:00:00 2001 From: Reuben Pasquini Date: Wed, 12 Jun 2019 18:20:35 -0500 Subject: [PATCH] fix(uwgi.ini): no virtenv now --- deployment/uwsgi/uwsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/uwsgi/uwsgi.ini b/deployment/uwsgi/uwsgi.ini index 4120645..3c189e5 100644 --- a/deployment/uwsgi/uwsgi.ini +++ b/deployment/uwsgi/uwsgi.ini @@ -13,7 +13,7 @@ wsgi-file=/manifestservice/wsgi.py plugins = python3 vacuum = true chdir = /manifestservice/ -virtualenv = $(VENV) +#virtualenv = $(VENV) pythonpath = /usr/local/lib/python3.6/site-packages/