Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Permission denied error while trying to uninstall Anaconda

My computer: Mac Book Pro, OS X Yosemite

I am trying to uninstall anaconda with the following command.

rm -rf ~/anaconda

However I get many many lines of Permission denied that looks like this

rm: /Users/myname/anaconda/lib/python2.7/site-packages/oauthlib/__init__.py: Permission denied

I would appreciate your suggestions.

like image 597
curious george Avatar asked Dec 25 '22 10:12

curious george


1 Answers

On my OS X El Capitan,

sudo rm -rf //anaconda

worked. Note that @AustinKildoff already answered this question above.

like image 68
ganong Avatar answered Jan 14 '23 01:01

ganong