I want to uninstall Anaconda3,
I referred to the official Anaconda documentation.
However, it cannot be completely uninstalled.
Please teach me to completely uninstall Anaconda3.
▲ Uninstallation instructions referencing official Anaconda documentation
1, (base) C:\Users\genki>conda install anaconda-clean
2, (base) C:\Users\genki>anaconda-clean
3, (base) C:\Users\genki>anaconda-clean --yes
▲Anaconda's official document URL
https://docs.anaconda.com/anaconda/install/uninstall/
Let's say you should do what you wrote in the comments.
The title "I Want to Completely Uninstall Anaconda 3" is as follows:
First, the Japanese version of the same information as the reference and other
How do I properly uninstall Anaconda3
■Additional questions:
It appears that the following tasks at the end of the above article have not been performed.Please do more.
Past Virtual Environment Remains in the Start Menu After Reinstalling Anaconda
Then, you can delete the remaining configuration information directory.
You can usually delete anaconda, jupyter, ipython, pip and other folders with names associated with anaconda, jupyter and python in the following directories:
Please check the subdirectories, file names, file contents, etc. to determine if they are relevant.
C:\Users\username
C:\Users\Username\AppData\Local
C:\Users\Username\AppData\Roaming
C:\ProgramData
For example, you can think of a directory like this.
However, it is not necessarily {existent/related}You are responsible for the deletion.
.cache
.conda
.continuum
.ipynb_checkpoints
.ipython
.jupyter
.keras
.matplotlib
.spyder-py3
anaconda3
library_dir
ContinuumIO
pip
.anaconda
jupyter
© 2024 OneMinuteCode. All rights reserved.