BiAPoL / blog

Most of us study and work at the Bio-image Analysis Technology Development group at the DFG Cluster of Excellence “Physics of Life” at the TU Dresden. We blog about image data science, knowledge exchange and research data management in the life sciences.
https://biapol.github.io/blog/
Creative Commons Attribution 4.0 International
13 stars 8 forks source link

Write blog post about how to delete conda environments #59

Open haesleinhuepf opened 1 year ago

haesleinhuepf commented 1 year ago

... in case

conda env remove --name my_env

doesn't work.

On Windows you go to C:/users/Robert/mambaforge/envs and rename the env to something like my_env_2023-01-29, because you're not allowed to delete the folder. Later, after restarting the computer, one can delete the folder.

If anyone has a better idea how to solve this, it's welcome!