2025-01-26-1
Jan 26, 2025
With pixi I can finally remove pyenv from my setup.
Previously needed it to use mamba for installing qgis on ARM mac for geoparquet support
Which means you only need two lines to install qgis via conda:
curl -fsSL pixi.sh/install.sh | bash
pixi global install qgis2025 is awesome