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

2023-07-16 Thread Eric Knudstrup via gdal-dev
On 7/16/23 4:17 PM, Scott wrote: 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: Ah, thanks.  The build doc didn't say I had to use pip3 to install the Python tools. ___

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

2023-07-16 Thread Scott
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 b

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

2023-07-16 Thread Eric Knudstrup via gdal-dev
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 yo