Answers for "remove anaconda"

C++
1

uninstall anaconda ubuntu

#Install anaconda-clean
conda install anaconda-clean

#start anaconda-clean
anaconda-clean --yes
Posted by: Guest on November-13-2020
1

remove anaconda completely ubuntu

sudo rm -rf ~/anaconda3 ~/.condarc ~/.conda ~/.continuum 
remove path from .bashrc file which looks like:
PATH="/home/myuser/anaconda3/bin:$PATH
source ~/.bashrc
Posted by: Guest on June-23-2021
1

uninstall anaconda ubuntu

rm -rf ~/anaconda3 ~/.condarc ~/.conda ~/.continuum #To execute in terminal
Posted by: Guest on January-24-2021

Browse Popular Code Answers by Language