<div dir="ltr"><div>Hello,<br><br>I am developing a compiled program in Golang that calls GDAL through subprocess calls. In one of the program's features that I am developing, I want to call <b>gdal_ls</b>. However, I see that gdal_ls is not available in PATH by default and hence can't be called directly in a terminal without specifying the full path or moving `gdal_ls.py` script to the path.<br><br>My program will be shipped as a binary, and GDAL is expected to be available on the machine where the binary is executed. This has worked well so far but now that I want to call <b>gdal_ls </b>in the new feature, the new feature will not work out of the box.<br><br>Is there a way to install GDAL with gdal_ls available in Path (so that I can ask my users to do this) or is there a better solution for my problem?</div><div><br>Thanks,</div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="margin:0px 0px 10px;font-size:12px;line-height:14px"><font style="color:rgb(33,33,33)" face="arial, helvetica, sans-serif"><span style="font-weight:bold">Abdul Siddiqui<br></span></font></p><p style="margin:0px 0px 10px;font-size:12px;line-height:14px"><font style="color:rgb(33,33,33)" face="arial, helvetica, sans-serif"><span style="font-weight:bold">ERT Corp.</span></font></p><p style="color:rgb(62,80,97);margin:0px 0px 10px;font-size:12px;line-height:14px"></p></div></div></div></div></div></div></div>