Which folders should I remove after uninstalling Anaconda on Windows 10?
up vote
0
down vote
favorite
[Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.]
Therefore I uninstalled Anaconda from Windows 10 using
Uninstall-Anaconda.exe
inC:UsersusernameAnaconda3
like suggested in https://stackoverflow.com/a/39490516/7735095.
After doing so I fave found out that there would have been a better removal method:
executing:
conda install anaconda-clean
anaconda-clean
BEFORE uninstalling Anaconda,
like suggested in https://docs.anaconda.com/anaconda/install/uninstall/.
But now it is too late for it because I already uninstalled Anaconda the classical way.
So my question is? What should I remove now manually?
For example in C:Usersjakob
I still have the folders:
.anaconda
.conda
.ipython
.jupyter
.matplotlib
.spyder-py3
and the file:
.condarc
Can I destroy anything when I delete those folders and this file? Why did the default uninstall leave them on my system?
What about:
C:UsersjakobAppDataLocalconda
C:UsersjakobAppDataLocalSpyder
C:UsersjakobAppDataRoamingjupyter
C:UsersjakobAppDataRoamingJedi
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!001MicrosoftEdgeUserDefaultDOMStoreYP1KVEAMconda[1].xml
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!121MicrosoftEdgeUserDefaultDOMStoreKLIGYWHconda[1].xml
Can I delete all of them?
In my registry I still have:
ComputerHKEY_CURRENT_USERSoftwarePythonPythonCore
Is it dangerous to delete it from the registry? Why did Uninstall-Anaconda.exe
leave it on my system?
Do you think there are further traces of Anaconda that could be removed?
python windows anaconda uninstall
add a comment |
up vote
0
down vote
favorite
[Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.]
Therefore I uninstalled Anaconda from Windows 10 using
Uninstall-Anaconda.exe
inC:UsersusernameAnaconda3
like suggested in https://stackoverflow.com/a/39490516/7735095.
After doing so I fave found out that there would have been a better removal method:
executing:
conda install anaconda-clean
anaconda-clean
BEFORE uninstalling Anaconda,
like suggested in https://docs.anaconda.com/anaconda/install/uninstall/.
But now it is too late for it because I already uninstalled Anaconda the classical way.
So my question is? What should I remove now manually?
For example in C:Usersjakob
I still have the folders:
.anaconda
.conda
.ipython
.jupyter
.matplotlib
.spyder-py3
and the file:
.condarc
Can I destroy anything when I delete those folders and this file? Why did the default uninstall leave them on my system?
What about:
C:UsersjakobAppDataLocalconda
C:UsersjakobAppDataLocalSpyder
C:UsersjakobAppDataRoamingjupyter
C:UsersjakobAppDataRoamingJedi
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!001MicrosoftEdgeUserDefaultDOMStoreYP1KVEAMconda[1].xml
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!121MicrosoftEdgeUserDefaultDOMStoreKLIGYWHconda[1].xml
Can I delete all of them?
In my registry I still have:
ComputerHKEY_CURRENT_USERSoftwarePythonPythonCore
Is it dangerous to delete it from the registry? Why did Uninstall-Anaconda.exe
leave it on my system?
Do you think there are further traces of Anaconda that could be removed?
python windows anaconda uninstall
2
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
@Simon Thank you! I have found more anaconda related files and folders inC:UsersjakobAppData
. So I added them to my question.
– Jakob
Nov 13 at 13:45
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
[Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.]
Therefore I uninstalled Anaconda from Windows 10 using
Uninstall-Anaconda.exe
inC:UsersusernameAnaconda3
like suggested in https://stackoverflow.com/a/39490516/7735095.
After doing so I fave found out that there would have been a better removal method:
executing:
conda install anaconda-clean
anaconda-clean
BEFORE uninstalling Anaconda,
like suggested in https://docs.anaconda.com/anaconda/install/uninstall/.
But now it is too late for it because I already uninstalled Anaconda the classical way.
So my question is? What should I remove now manually?
For example in C:Usersjakob
I still have the folders:
.anaconda
.conda
.ipython
.jupyter
.matplotlib
.spyder-py3
and the file:
.condarc
Can I destroy anything when I delete those folders and this file? Why did the default uninstall leave them on my system?
What about:
C:UsersjakobAppDataLocalconda
C:UsersjakobAppDataLocalSpyder
C:UsersjakobAppDataRoamingjupyter
C:UsersjakobAppDataRoamingJedi
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!001MicrosoftEdgeUserDefaultDOMStoreYP1KVEAMconda[1].xml
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!121MicrosoftEdgeUserDefaultDOMStoreKLIGYWHconda[1].xml
Can I delete all of them?
In my registry I still have:
ComputerHKEY_CURRENT_USERSoftwarePythonPythonCore
Is it dangerous to delete it from the registry? Why did Uninstall-Anaconda.exe
leave it on my system?
Do you think there are further traces of Anaconda that could be removed?
python windows anaconda uninstall
[Prehistory: I have a lot of bugs in my Anaconda Installation (like Spyder not opening, not being able to install certain packages and so on). I think this problems occur because I installed it when python 3.7 was very new and not compatible with other stuff.]
Therefore I uninstalled Anaconda from Windows 10 using
Uninstall-Anaconda.exe
inC:UsersusernameAnaconda3
like suggested in https://stackoverflow.com/a/39490516/7735095.
After doing so I fave found out that there would have been a better removal method:
executing:
conda install anaconda-clean
anaconda-clean
BEFORE uninstalling Anaconda,
like suggested in https://docs.anaconda.com/anaconda/install/uninstall/.
But now it is too late for it because I already uninstalled Anaconda the classical way.
So my question is? What should I remove now manually?
For example in C:Usersjakob
I still have the folders:
.anaconda
.conda
.ipython
.jupyter
.matplotlib
.spyder-py3
and the file:
.condarc
Can I destroy anything when I delete those folders and this file? Why did the default uninstall leave them on my system?
What about:
C:UsersjakobAppDataLocalconda
C:UsersjakobAppDataLocalSpyder
C:UsersjakobAppDataRoamingjupyter
C:UsersjakobAppDataRoamingJedi
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!001MicrosoftEdgeUserDefaultDOMStoreYP1KVEAMconda[1].xml
C:UsersjakobAppDataLocalPackagesMicrosoft.MicrosoftEdge_8wekyb3d8bbweAC#!121MicrosoftEdgeUserDefaultDOMStoreKLIGYWHconda[1].xml
Can I delete all of them?
In my registry I still have:
ComputerHKEY_CURRENT_USERSoftwarePythonPythonCore
Is it dangerous to delete it from the registry? Why did Uninstall-Anaconda.exe
leave it on my system?
Do you think there are further traces of Anaconda that could be removed?
python windows anaconda uninstall
python windows anaconda uninstall
edited Nov 14 at 21:15
asked Nov 13 at 1:17
Jakob
336
336
2
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
@Simon Thank you! I have found more anaconda related files and folders inC:UsersjakobAppData
. So I added them to my question.
– Jakob
Nov 13 at 13:45
add a comment |
2
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
@Simon Thank you! I have found more anaconda related files and folders inC:UsersjakobAppData
. So I added them to my question.
– Jakob
Nov 13 at 13:45
2
2
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
@Simon Thank you! I have found more anaconda related files and folders in
C:UsersjakobAppData
. So I added them to my question.– Jakob
Nov 13 at 13:45
@Simon Thank you! I have found more anaconda related files and folders in
C:UsersjakobAppData
. So I added them to my question.– Jakob
Nov 13 at 13:45
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53272378%2fwhich-folders-should-i-remove-after-uninstalling-anaconda-on-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
Many of those dot directories contain settings and config for the various packages, and are presumably left there with the idea that you want to keep your own settings around even if the app/package has been removed. Theyre all safe to delete. If you reinstall anaconda/those packages again, the folders will end up being recreated anyway. I'm not sure about the registry key
– Simon
Nov 13 at 1:22
@Simon Thank you! I have found more anaconda related files and folders in
C:UsersjakobAppData
. So I added them to my question.– Jakob
Nov 13 at 13:45