Anaconda: How to completely delete Python 3.4? -
i installed both python 2.7 , 3.4 on mac (using graphical installers http://continuum.io/downloads). need use 2.7. how can delete 3.4? thanks.
according anaconda faq:
how uninstall anaconda? version 1.3.1 , later
anaconda can uninstalled removing root directory (~/anaconda default; use conda info command confirm location of root directory). version 1.4 , newer
osx , unix uninstalls remain same in previous versions.
on windows, click start button, , navigate control panel , select uninstall program, find anaconda in list of programs
so you'll have in $home/anaconda
, delete appropriate python installation there.
Comments
Post a Comment