Anaconda 3 does not work, and miniconda cannot be uninstalled
by Drosera_capensis from LinuxQuestions.org on (#52EGD)
Hello everyone,
I wish to use Anaconda3 which is located in /home/user/Anaconda3.
But the command conda was not recognized, so I tried to reinstall it with: Quote:
It has installed miniconda, which is as useful as a plaster on a wooden leg.
I have tried to change the path to Anaconda3 with Code:export PATH=~/anaconda3/bin:$PATH in .bashrc, but the command conda still activate miniconda.
Would you know how to make Anaconda3 work with the command conda?
And how to uninstall miniconda specifically?
Thanks for the help!


I wish to use Anaconda3 which is located in /home/user/Anaconda3.
But the command conda was not recognized, so I tried to reinstall it with: Quote:
| pip install conda |
I have tried to change the path to Anaconda3 with Code:export PATH=~/anaconda3/bin:$PATH in .bashrc, but the command conda still activate miniconda.
Would you know how to make Anaconda3 work with the command conda?
And how to uninstall miniconda specifically?
Thanks for the help!