diff options
| author | Timo Graham <timograham@gmail.com> | 2011-06-11 09:34:57 +0000 |
|---|---|---|
| committer | Timo Graham <timograham@gmail.com> | 2011-06-11 09:34:57 +0000 |
| commit | 87571cdb3758458c2df61a1ff6a3a086797cafb6 (patch) | |
| tree | c4f7b7f7771e72435840bd577b2d8d8184d776e8 /docs | |
| parent | c43d15b3b329c0dcd2bfeda9b647641f1dcfeaf6 (diff) | |
Fixed #16158 - Changed FALLBACK_DYLD_LIBRARY_PATH to DYLD_FALLBACK_LIBRARY_PATH in GIS documentation; thanks adam for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/gis/install.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt index 40418568c6..8cd5d0740a 100644 --- a/docs/ref/contrib/gis/install.txt +++ b/docs/ref/contrib/gis/install.txt @@ -892,10 +892,10 @@ Summary:: export PATH=/opt/local/bin:/opt/local/lib/postgresql83/bin - In addition, add the ``FALLBACK_DYLD_LIBRARY_PATH`` setting so that + In addition, add the ``DYLD_FALLBACK_LIBRARY_PATH`` setting so that the libraries can be found by Python:: - export FALLBACK_DYLD_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83 + export DYLD_FALLBACK_LIBRARY_PATH=/opt/local/lib:/opt/local/lib/postgresql83 __ http://www.macports.org/ |
