Skip to content

Instantly share code, notes, and snippets.

@franTarkenton
Last active May 29, 2024 18:43
Show Gist options
  • Save franTarkenton/d4411b9461126cc82125b18fa19b4089 to your computer and use it in GitHub Desktop.
Save franTarkenton/d4411b9461126cc82125b18fa19b4089 to your computer and use it in GitHub Desktop.
Install arcgis module with micromamba

Overview

Micromamba is orders of magnitute faster than other conda envs, combined with a small simple installation

Install - Linux / WSL

"${SHELL}" <(curl -L micro.mamba.pm/install.sh)

More...

Create an Env

micromamba create -n <env_name_goes_here>

Activate Env

micromamba activate <env_name_goes_here>

Install arcgis package

micromamba install -c esri arcgis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment