Django

Code

Ticket #6046: windows_pythonpath.diff

File windows_pythonpath.diff, 0.6 kB (added by SmileyChris, 1 year ago)
  • docs/install.txt

    old new  
    187187   "Where are my ``site-packages`` stored?" section above.) 
    188188 
    189189   Alternatively, you can define your ``PYTHONPATH`` environment variable 
    190    so that it includes the ``django`` subdirectory of ``django-trunk``
     190   so that it includes the ``django-trunk`` directory
    191191   This is perhaps the most convenient solution on Windows systems, which 
    192192   don't support symbolic links. (Environment variables can be defined on 
    193193   Windows systems `from the Control Panel`_.)