Closed drnextgis closed 8 years ago
@drnextgis It is used. When you run commands like:
sudo /usr/lib/ckan/datapusher/bin/pip install -r requirements.txt
sudo /usr/lib/ckan/datapusher/bin/python setup.py develop
you are running the pip
version installed in the virtualenv, and installing the requirements in the virtualenv. Also the wsgi file points to the virtualenv as well.
Does this make sense?
From here:
But in the rest part of the document - virtual environment is not used.