EnMAP-Box / enmap-box

EnMAP-Box source code repository. See https://enmap-box.readthedocs.io for documentation
GNU General Public License v3.0
34 stars 16 forks source link

Best option to install enmapbox on new Linux (Ubuntu) machine #898

Closed aloboa closed 2 weeks ago

aloboa commented 1 month ago

What are te advantages/disadvantages of the 2 options described in the doc? Option A: Install QGIS via the official repository Option B: Install QGIS via conda/mamba In particular, to avoid troubles with enmapbox updates...

jakimowb commented 1 month ago

It depends on your personal flavor. conda/mamba is probably easier to define multiple environments and switch between them.

In both cases you need to take care of package updates (sudo apt update or conda update)

If the EnMAP-Box code that is released passes the test pipelines (which unfortunatelly is actually not the case ), it should always run with the latest ubuntu apt / conda environments as well.