<div dir="ltr">AFAIK, you have to build your own version (preferrably master) with a different install prefix (e.g. /home/softdev/), and when you want to use that version you need to add relevant paths to PATH and LD_LIBRARY_PATH.<div>
<br></div><div>I have a shell function that sets this up on demand:</div><div><br></div><div><div>setup_softdev()</div><div>{</div><div>export SOFT_PREFIX=/home/softdev</div><div>export LD_LIBRARY_PATH="/home/softdev/lib"<br>
</div><div>export LIBRARY_PATH=/home/softdev/lib</div><div>export LD_RUN_PATH=/home/softdev/lib</div><div>export PATH=/home/softdev/bin:$PATH<br></div><div>export CPLUS_INCLUDE_PATH=/home/softdev/include</div><div>export C_INCLUDE_PATH=/home/softdev/include</div>
<div>export CPPFLAGS=-I/home/softdev/include</div><div>export PYTHONPATH=/home/softdev/lib/python2.7/site-packages/<br></div><div>export GDAL_DATA=/home/softdev/share/gdal<br></div><div>}<br></div><div>export -f setup_softdev</div>
</div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 10, 2014 at 5:19 PM, Rémi Bovard <span dir="ltr"><<a href="mailto:remi.bovard@gmail.com" target="_blank">remi.bovard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi list,</div><div><br></div><div>I'm wondering if there is there a simple way to run stable and master versions of QGIS on Ubuntu? By simple, I mean - if possible - without compile QGIS from source.</div>

<div><br></div><div>For now, as described in doc [1], I edit /etc/apt/sources.list to define which repository to use : <a href="http://qgis.org/debian" target="_blank">http://qgis.org/debian</a> or <a href="http://qgis.org/debian-nightly" target="_blank">http://qgis.org/debian-nightly</a>. But doing like this, I cannot run the two versions at the same time.</div>

<div><br></div><div>Thank you in advance for your answers.</div><div><br></div><div>Rémi</div><div><br></div><div>[1] <a href="http://qgis.org/en/site/forusers/alldownloads.html#ubuntu" target="_blank">http://qgis.org/en/site/forusers/alldownloads.html#ubuntu</a></div>

</div>
<br>_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br></blockquote></div><br></div>