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.
___
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
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