<div dir="ltr">Hi All,<div><br></div><div>I was wondering what is the proper way to call the gdal scripts that are installed on the "Python3X\Scripts" on Windows.</div><div><br></div><div>Is there an easier way but to call "python c:\Python38\Scripts\gdal_calc.py", for instance?</div><div>I do have the scripts folder in my path.</div><div><br></div><div># this opens gdal_calc.py with my IDE<br>C:\>gdal_calc<br><br># this opens gdal_calc.py with my IDE as well<br>C:\>gdal_calc.py<br><br>C:\>python gdal_calc.py<br>python: can't open file 'gdal_calc.py': [Errno 2] No such file or directory<br><br>C:\>python c:\Python38\Scripts\gdal_calc.py<br>Usage: gdal_calc.py --calc=expression --outfile=out_filename [-A filename]<br>                    [--A_band=n] [-B...-Z filename] [other_options]<br></div><div><br></div><div>Regards,</div><div>Idan</div></div>