#14010: mention DYLD_LIBRARY_PATH in macosx installation instructions -------------------------------+-------------------------------------------- Reporter: rburhum | Owner: nobody Status: new | Milestone: Component: Documentation | Version: 1.2 Keywords: mac, installation | Stage: Unreviewed Has_patch: 0 | -------------------------------+-------------------------------------------- I've never had problems setting up a django environment on Linux or even Windows. However, I have always wrestled with getting it to work on a Mac and always ended up giving up and moving on. Turns out that all I needed was to setup the DYLD_LIBRARY_PATH in my .profile to get it to pick up the right libraries
export DYLD_LIBRARY_PATH=/Library/Frameworks/GEOS.framework/unix/lib:/Library/PostgreSQL/8.3/lib:/Library/Frameworks/GDAL.framework/Versions/Current/Libraries:/Library/Frameworks/GDAL.framework/Versions/Current/unix/lib:/Library/Frameworks/PROJ.framework/Versions/Current/unix/lib Maybe someone should add it to the docs. -- Ticket URL: <http://code.djangoproject.com/ticket/14010> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
