Django

Code

Changeset 6750

Show
Ignore:
Timestamp:
11/29/07 14:09:48 (9 months ago)
Author:
mtredinnick
Message:

Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. Pointed
out by Richard Worth.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/install.txt

    r6737 r6750  
    188188 
    189189   Alternatively, you can define your ``PYTHONPATH`` environment variable 
    190    so that it includes the ``django`` subdirectory of ``django-trunk``. 
    191    This is perhaps the most convenient solution on Windows systems, which 
    192    don't support symbolic links. (Environment variables can be defined on 
    193    Windows systems `from the Control Panel`_.) 
     190   so that it includes the ``django-trunk`` directory. This is perhaps the 
     191   most convenient solution on Windows systems, which don't support symbolic 
     192   links. (Environment variables can be defined on Windows systems `from the 
     193   Control Panel`_.) 
    194194 
    195195   .. admonition:: What about Apache and mod_python?