Re: [gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread Didier Richard
De : gdal-dev [gdal-dev-boun...@lists.osgeo.org] de la part de Even Rouault [even.roua...@spatialys.com] Date d'envoi : dimanche 24 janvier 2016 13:38 À : gdal-dev@lists.osgeo.org Objet : Re: [gdal-dev] Ubuntu multiple gdal installations, each with its python bindings Le samedi 23 ja

Re: [gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread Even Rouault
Le samedi 23 janvier 2016 08:40:06, bojan.su...@gmail.com a écrit : > Hello, > > > > > I’m using a Ubuntu server with PostGIS on GDAL 1.10 with python bindings. > > > > > Now, I’m trying to add a 2.0.1 with python bindings so I could do some > tests. I need to do this without changing the e

[gdal-dev] Ubuntu multiple gdal installations, each with its python bindings

2016-01-24 Thread bojan.surma
Hello, I’m using a Ubuntu server with PostGIS on GDAL 1.10 with python bindings. Now, I’m trying to add a 2.0.1 with python bindings so I could do some tests. I need to do this without changing the existing environment. What’s the best way to do this? Thank you