Skip to content

Commit

Permalink
note on GDAL_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchalstrey1 committed Jul 17, 2024
1 parent 02541d5 commit 9d68c81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seshat/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,5 @@
"""

if not sys.platform.startswith('darwin'): # macOS
GDAL_LIBRARY_PATH = '/usr/lib/libgdal.so' # Linux (this overrides the path in base.py used by the production environment)
# Linux (note: this overrides the path in base.py used by the production environment and may be related to a difference in the way the GDAL library is installed on the ATI and CSH servers, rather than a general difference between local and production environments)
GDAL_LIBRARY_PATH = '/usr/lib/libgdal.so'

0 comments on commit 9d68c81

Please sign in to comment.