Replies: 1 comment 3 replies
-
Sounfs good. If you could submit a PR that would be appreciated! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Thank you for all the work in creating miniforge.
In the uninstallation process, if we run the reverse process (
conda init --reverse
) without first definingCONDA_BASE_ENVIRONMENT
, thenCONDA_BASE_ENVIRONMENT=$(conda info --base)
doesn't work because it can't findconda
in the path. To avoid manually typing the full path, we can first executeCONDA_BASE_ENVIRONMENT=$(conda info --base)
, and the remaining process then follows smoothly.Beta Was this translation helpful? Give feedback.
All reactions