Re: [gdal-dev] Using gdal_calc without python

2023-01-07 Thread Micha Silver
This might be a good case for installing conda (https://conda.io/miniconda.html). The installation goes in a user's home directory (no need for admin rights), then you can setup a conda environment with whatever version of python you pref

Re: [gdal-dev] Using gdal_calc without python

2023-01-07 Thread Idan Miara
Hi Carsten, > You mean that I should zip the whole Python installation folder and copy it to the customer environment?, Or just the Scripts folder? Zipping just the scripts folder won't be helpful, as they are only thin wrappers that are fully dependent on Python and the respective script. It wo