Micromamba is orders of magnitute faster than other conda envs, combined with a small simple installation
"${SHELL}" <(curl -L micro.mamba.pm/install.sh)
micromamba create -n <env_name_goes_here>
micromamba activate <env_name_goes_here>
micromamba install -c esri arcgis