<div dir="ltr"><div>Thanks, Jurgen! Much appreciated! <br></div><div><br></div><div>I haven't had luck yet, but if I get it to work, will let you all know what the solution is.  From what I've found, it seems like git bash is based on msys2, and changing "cmd /c" to "cmd //c" lets something run for fetchenv, but gdal commands are not available after I run it.</div><div><br></div><div>Again, much appreciated, and more later if I figure it out!</div><div>Mike<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 7, 2022 at 6:00 PM Jürgen E. Fischer via Qgis-user <<a href="mailto:qgis-user@lists.osgeo.org">qgis-user@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Mike,<br>
<br>
On Thu, 07. Jul 2022 at 17:31:26 -0400, Mike Treglia wrote:<br>
> So I've added the below to my profile (from the link you've previously<br>
> shared), and I can run 'fetchenv /c/OSGeo4W/bin/o4w_env.bat' from my bash<br>
> terminal - and it starts the process, but it either is getting hung up, or<br>
> is just taking longer than I anticipated - is it something that does take<br>
> some time and I just need to let it run, so be patient? Or am I maybe<br>
> missing or need to adjust something else?<br>
<br>
Not sure - I use cygwin's bash and with that it works.  Other shells might<br>
behave differently.<br>
<br>
msys for instance has problems with plain /c in the cmd call and needs //c (see<br>
<a href="https://github.com/OSGeo/grass/blob/main/mswindows/osgeo4w/package.sh#L33" rel="noreferrer" target="_blank">https://github.com/OSGeo/grass/blob/main/mswindows/osgeo4w/package.sh#L33</a>)<br>
<br>
Try set -x to get some more insight what it does and where it hangs.  It might<br>
take a few seconds, but no minute.<br>
<br>
<br>
Jürgen<br>
<br>
-- <br>
Jürgen E. Fischer           norBIT GmbH             Tel. +49-4931-918175-31<br>
Dipl.-Inf. (FH)             Rheinstraße 13          Fax. +49-4931-918175-50<br>
Software Engineer           D-26506 Norden            <a href="https://www.norbit.de" rel="noreferrer" target="_blank">https://www.norbit.de</a><br>
QGIS release manager (PSC)  Germany                 IRC: jef on Libera|OFTC<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div>