How to delete conda environment
Olivia House
Published Feb 26, 2026
Table of Contents
How do you remove an environment?
ON WINDOWS- Right-click on My Computer and select Properties.
- Go to the Advanced system settings tab.
- Click the Environment Variables button. The Environment Variables dialog opens.
- Select the environment variable you want to delete and click Delete.
- Repeat step 4 as many times as necessary.
- Click OK.
How do I delete a Conda base?
3 Answers- Just disable the base environment, make sure your conda >= 4.6 .
- Enable the base environment, which is the default behavior of conda , but don’t modify your prompt.