Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto detect GDAL binaries folder on Mac OS X #37

Closed
avalentino opened this issue Jun 1, 2013 · 3 comments
Closed

Auto detect GDAL binaries folder on Mac OS X #37

avalentino opened this issue Jun 1, 2013 · 3 comments
Assignees
Milestone

Comments

@avalentino
Copy link
Owner

By default the GDAL mac installer doesn't put GDAL binaries in the path.
The path can be guessed using a very simple pattern.

@ghost ghost assigned avalentino Jun 1, 2013
@avalentino
Copy link
Owner Author

Imported from trac issue 20. Created by a_valentino on 2009-12-12T20:19:03, last modified: 2009-12-31T18:21:57

@avalentino
Copy link
Owner Author

Trac comment by a_valentino on 2009-12-12 20:30:24:

{{{
#!py
In [1]: from osgeo import gdal

In [2]: gdal.file
Out[2]: '/Library/Frameworks/GDAL.framework/Versions/1.6/Python/site-packages/osgeo/gdal.py'
}}}

@avalentino
Copy link
Owner Author

Trac comment by a_valentino on 2009-12-31 18:21:57:

Closed in r597.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant