mirror of
https://github.com/Hopiu/django.git
synced 2026-05-13 10:03:09 +00:00
Fixed #4331 -- Updated possible installation paths for Python site-packages on
Mac OS X. Thanks, mokeefe8@comcast.net. git-svn-id: http://code.djangoproject.com/svn/django/trunk@5370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ac2772bd5c
commit
3ae89e6abd
1 changed files with 3 additions and 1 deletions
|
|
@ -97,7 +97,9 @@ This file should also be located in your ``site-packages`` directory.
|
|||
|
||||
* If you're using Windows: ``C:\Python2.X\lib\site-packages``
|
||||
|
||||
* If you're using MacOSX: ``/Library/Python2.X/site-packages``
|
||||
* If you're using MacOSX: ``/Library/Python2.X/site-packages`` or
|
||||
``/Library/Frameworks/Python.framework/Versions/2.X/lib/python2.X/site-packages/``
|
||||
(in later releases).
|
||||
|
||||
Install the Django code
|
||||
=======================
|
||||
|
|
|
|||
Loading…
Reference in a new issue