summaryrefslogtreecommitdiff
path: root/docs/howto/deployment
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2014-04-20 08:32:57 +0200
committerAymeric Augustin <aymeric.augustin@m4x.org>2014-04-20 08:34:01 +0200
commitbbe818b23c60415734da1a7a3ced92ab42601069 (patch)
tree605e018eaa5ccb8dc3fc4cdacdc40fa8b463abdb /docs/howto/deployment
parent1b3a3fc1e4e331f76a8efc0fd59a90063c896603 (diff)
Changed paths in docs that referred to Python 2.
Diffstat (limited to 'docs/howto/deployment')
-rw-r--r--docs/howto/deployment/wsgi/modwsgi.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/howto/deployment/wsgi/modwsgi.txt b/docs/howto/deployment/wsgi/modwsgi.txt
index 2658e9d31b..b021dda209 100644
--- a/docs/howto/deployment/wsgi/modwsgi.txt
+++ b/docs/howto/deployment/wsgi/modwsgi.txt
@@ -79,10 +79,10 @@ if using a UNIX-like system, or a semicolon (``;``) if using Windows. If any
part of a directory path contains a space character, the complete argument
string to ``WSGIPythonPath`` must be quoted::
- WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python2.X/site-packages
+ WSGIPythonPath /path/to/mysite.com:/path/to/your/venv/lib/python3.X/site-packages
Make sure you give the correct path to your virtualenv, and replace
-``python2.X`` with the correct Python version (e.g. ``python2.7``).
+``python3.X`` with the correct Python version (e.g. ``python3.4``).
.. _virtualenv: http://www.virtualenv.org