I installed Python Anaconda a while ago, but I had some problems using certain software so I had to remove the directory where it was installed
rm -rf ~/anaconda
but now I am having some problems with others softwares, like cmake, when I execute make I obtain the next error
make[2]: *** No rule to make target `/home/delfin/anaconda/lib/libQtOpenGL.so', needed by `exampleB1'. Stop.
but I don't have anymore that directory. How can I remove and restore all the configuration installed in my system by Anaconda. I tried the next command to see where it was the information stored
grep -rnw '/home/delfin' -e "anaconda"
but there are many files that contain that string, and I don't want to spoil anything, I would aprecciate any ideas, thanks