How to clean local python environment of conda installs
问题 Using the latest miniconda2 I created a conda environment & then did all my conda package installs. Then when I finished I realized I had FORGOT TO ACTIVATE the environment (I'm dizzy) with the command source activate myenv so all my conda installs went into the local/system wide environment. I simply did conda uninstall package-name for all the packages but I'm certain not all the dependencies were removed. For example, conda install of matplotlib showed The following NEW packages will be