How to uninstall mini conda? python
问题 I've install the conda package as such: $ wget http://bit.ly/miniconda $ bash miniconda $ conda install numpy pandas scipy matplotlib scikit-learn nltk ipython-notebook seaborn I want to uninstall it because it's messing up my pips and environment. How do I uninstall conda totally? Will it uninstall also my pip managed packages? If so, is there a way to uninstall conda safely without uninstalling packages managed by pip? 回答1: In order to uninstall miniconda, simply remove the miniconda folder