Django

Code

Changeset 5370

Show
Ignore:
Timestamp:
05/27/07 20:22:42 (1 year ago)
Author:
mtredinnick
Message:

Fixed #4331 -- Updated possible installation paths for Python site-packages on
Mac OS X. Thanks, mokeefe8@comcast.net.

Files:

Legend:

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

    r5285 r5370  
    9898    * If you're using Windows: ``C:\Python2.X\lib\site-packages`` 
    9999 
    100     * If you're using MacOSX: ``/Library/Python2.X/site-packages`` 
     100    * If you're using MacOSX: ``/Library/Python2.X/site-packages`` or 
     101      ``/Library/Frameworks/Python.framework/Versions/2.X/lib/python2.X/site-packages/`` 
     102      (in later releases). 
    101103 
    102104Install the Django code