Replies: 1 comment 3 replies
|
Sounfs good. If you could submit a PR that would be appreciated! |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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 findcondain 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.All reactions