I have installed Miniconda in my Ubuntu Linux distribution. There is a conflict with the Python version of Linux. I would like to uninstall Miniconda. I follow the instruction in https://docs.anaconda.com/anaconda/install/uninstall.
$ anaconda-clean
Delete .conda? (y/n): y
Backup directory: /home/user1/.anaconda_backup/2017-09-14T221900
Error: Unable to move /home/user1/.conda
Delete .continuum? (y/n): y
Error: Unable to move /home/user1/.continuum
I have the Miniconda bin in the /usr/local/bin/miniconda. There is nothing in the folder /home/user1, and I cannot give some parameters to anaconda-clean.
How can I remove Miniconda properly? Remove directly the folder /usr/local/bin/miniconda?
Thanks!