Ticket #16287: django-16287.diff

File django-16287.diff, 731 bytes (added by Bas Peschier, 13 years ago)
  • docs/topics/install.txt

    diff -r c72d3bed8104 docs/topics/install.txt
    a b  
    170170    (Note that this should be run from a shell prompt, not a Python interactive
    171171    prompt.)
    172172
     173    Debian-based Linux distributions have separate ``site-packages`` directories
     174    for user-installed packages, for example when you have installed Django
     175    from a tarball instead of via the system's package manager. The command
     176    listed above will give you the system's ``site-packages``, the user's
     177    directory can be found in ``/usr/local/lib/`` instead of ``/usr/lib/``.
     178
    173179.. _install-django-code:
    174180
    175181Install the Django code
Back to Top