[gdal-dev] Installation prefix for Python bindings on MacOSX ?
Even Rouault
even.rouault at spatialys.com
Sun Sep 20 08:09:38 PDT 2015
Hi,
Antonio has contributed a fix in https://trac.osgeo.org/gdal/ticket/4563 to
make the Python bindings honour the installation prefix.
A side effect of this is that now on the MacOsX Travis instance, they are
installed in /usr/lib/python2.7/site-packages whereas previously they were
installed in /Library/Python/2.7/site-packages
But it appears that they are not found automatically when in
/usr/lib/python2.7/site-packages. Is it expected ? Should we define PYTHONPATH
to /usr/lib/python2.7/site-packages in thre Travis script (
https://github.com/rouault/gdal_coverage/blob/trunk_travis_macosx/.travis.yml
)
Before change: https://travis-ci.org/rouault/gdal_coverage/builds/81193480
New behaviour: https://travis-ci.org/rouault/gdal_coverage/builds/81242249
Even
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the gdal-dev
mailing list