Tangwx

Tangwx

博客网站

Anaconda Delete Environment

Anaconda Delete Environment#

First, open the terminal. If you are already in an environment, enter conda deactivate to exit the environment, then enter conda env list to view the environment list.

image-20230522160540518

Delete Environment#

Enter the command

conda remove -n name_of_environment --all

Some conda users may use the command

conda env remove -n name_of_environment --all

Choose the appropriate command based on your actual situation. In my case, I use the first command.

image-20230522160904734

Deletion is complete. You can see that the environment named "PDFqsy" no longer exists.

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.