summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-11-29 20:09:48 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2007-11-29 20:09:48 +0000
commit8f97d962389c52f95c3d5956c3ef754f2d39ea60 (patch)
tree00f8458415debfe48d9359ffd8c7df8a5a5052cb /docs
parentf3c15225fc58ae45c6aa71eb5174ff66f3f5e974 (diff)
Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. Pointed
out by Richard Worth. git-svn-id: http://code.djangoproject.com/svn/django/trunk@6750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 5a71691d5a..08444d3a1a 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -187,10 +187,10 @@ latest bug fixes and improvements, follow these instructions:
"Where are my ``site-packages`` stored?" section above.)
Alternatively, you can define your ``PYTHONPATH`` environment variable
- so that it includes the ``django`` subdirectory of ``django-trunk``.
- This is perhaps the most convenient solution on Windows systems, which
- don't support symbolic links. (Environment variables can be defined on
- Windows systems `from the Control Panel`_.)
+ so that it includes the ``django-trunk`` directory. This is perhaps the
+ most convenient solution on Windows systems, which don't support symbolic
+ links. (Environment variables can be defined on Windows systems `from the
+ Control Panel`_.)
.. admonition:: What about Apache and mod_python?