﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19796	virtualenv and modwsgi	titus@…	nobody	"In the documentation for [https://docs.djangoproject.com/en/1.4/howto/deployment/wsgi/modwsgi/ How to use Django with Apache and mod_wsgi], the section on Using a `virtualenv` indicates that ""If you install your project’s Python dependencies inside a virtualenv, you’ll need to add the path to this virtualenv’s site-packages directory to your Python path as well."" But the provided line is incorrect.[http://code.google.com/p/modwsgi/wiki/ConfigurationDirectives#WSGIPythonPath WSGIPythonPath] is cumulative and instead requires the use of a `:` (on UNIX-like systems) or `;` (on Windows systems).

Thus, the line should ''replace'' the existing `WSGIPythonPath` line with:

{{{
WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages
}}}
"	Bug	closed	Documentation	1.4	Normal	duplicate			Accepted	0	0	0	0	1	0
