-
I am trying to install mamba in my base environment but keep on receiving this error. That, I don't have write permission to the target environment. Can you please help me out sir. |
Beta Was this translation helpful? Give feedback.
Answered by
giswqs
Sep 18, 2024
Replies: 1 comment 1 reply
-
You can remove conda create -n geo python=3.11
conda activate geo
conda install mamba -c conda-forge |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
giswqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can remove
-n base
to just install mamba into the env where you have write permission.