Tangwx

Tangwx

博客网站

Anaconda Delete Environment

Deleting Anaconda Environment#

First, open the terminal. If you are already in an environment, type conda deactivate to exit the environment. Then, type conda env list to view the list of environments.

image-20230522160540518

Deleting the Environment#

Enter the following command:

conda remove -n name_of_environment --all

Some conda versions use the command:

conda env remove -n name_of_environment --all

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

image-20230522160904734

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

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