Re: [gdal-dev] scripts/setdevenv.sh

2018-06-20 Thread Markus Metz
On Thu, Apr 5, 2018 at 11:44 AM, Even Rouault wrote: > > Hi, > > This is something most people doing GDAL development, and not wanting to install each time they > build, have probably reinvented by themselves, so now master has a scripts/setdevenv.sh that > you can source to define PATH,

Re: [gdal-dev] scripts/setdevenv.sh

2018-04-06 Thread Kurt Schwehr
Nice! Much more flexible than my sourceme-autotest.sh... export PATH=$HOME/src/gdal-schwehr/inst/bin:$PATH export PYTHONPATH=$HOME/src/gdal-schwehr/inst/lib/python2.7/site-packages export LD_LIBRARY_PATH=$HOME/src/gdal-schwehr/inst/lib export GDAL_DATA=$HOME/src/gdal-schwehr/inst/share/gdal On

Re: [gdal-dev] scripts/setdevenv.sh

2018-04-06 Thread Ben Elliston
This is handy, thanks, Even! Ben ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/gdal-dev

[gdal-dev] scripts/setdevenv.sh

2018-04-05 Thread Even Rouault
Hi, This is something most people doing GDAL development, and not wanting to install each time they build, have probably reinvented by themselves, so now master has a scripts/setdevenv.sh that you can source to define PATH, LD_LIBRARY_PATH, GDAL_DATA and PYTHONPATH to point to the