<div dir="ltr"><div><div>Hi Andrew,<br><br></div>Just a quick note that if you have installed the qgis-22 formula, it creates symlinks to your HOMEBREW_PREFIX. These are for the command line launching utility and for the Python 'qgis' modules. If you also compile your own build you will need to ensure the generated Python modules in <build-dir>/output/python are parsed first, e.g. prepended to sys.path, or you will not have the modules based off of your master, but the from the stable version. You can also just do the following:<br>
<br></div>`brew unlink qgis-22`  <-- removes ~4 symlinks<br><br><div><div><div><div class="gmail_extra">This still leaves qgis-22 in a run-able state from:<br><br>HOMEBREW_PREFIX/opt/qgis-22/QGIS.app<br></div><div class="gmail_extra">
- or -<br>HOMEBREW_PREFIX/opt/qgis-22/bin/qgis<br><br></div><div class="gmail_extra">In this manner, you can have several versions installed, e.g. 2.0, 2.2; though, they share user config files - so don't run them all at once.  :-)<br>
</div><div class="gmail_extra"><br></div><div class="gmail_extra">Regards<br clear="all"></div><div class="gmail_extra"><div><br>Larry<br><br></div><br><div class="gmail_quote">On Fri, Apr 11, 2014 at 6:02 PM, nzfarmer <span dir="ltr"><<a href="mailto:andrew@southweb.co.nz" target="_blank">andrew@southweb.co.nz</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">See original thread <<a href="https://github.com/OSGeo/homebrew-osgeo4mac" target="_blank">https://github.com/OSGeo/homebrew-osgeo4mac</a>><br>

<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Compiling-QGIS-on-Mavericks-tp5134650p5134681.html" target="_blank">http://osgeo-org.1560.x6.nabble.com/Compiling-QGIS-on-Mavericks-tp5134650p5134681.html</a><br>

Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.<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></div></div></div></div>