[gdal-dev] Setting up bash completions on Ubunto 18

Scott public at postholer.com
Sun Jul 16 16:17:49 PDT 2023


It looks like it's not in your path. If you built gdal with the default 
install prefix it should be in /usr/local/bin. Make sure that's in your 
path:

export PATH=$PATH:/usr/local/bin

It seems odd that it's not in your path, though.

On 7/16/23 16:01, Eric Knudstrup via gdal-dev wrote:
> I have built and installed GDAL 3.7.1 on Ubuntu 18, except I'm having 
> trouble getting it to recognize the bash completions.
> 
> Probably related, it tells me to install python-gdal:
> 
> $ gdal2tiles.py
> 
> Command 'gdal2tiles.py' not found, but can be installed with:
> 
> apt install python-gdal
> Please ask your administrator.
> 
> I don't know how to remove that message.
> 
> _______________________________________________
> gdal-dev mailing list
> gdal-dev at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev


More information about the gdal-dev mailing list