danmacnish / cartoonify

python app to turn a photograph into a cartoon
MIT License
2.05k stars 202 forks source link

How to uninstall from mac? #4

Open dattasaurabh82 opened 6 years ago

dattasaurabh82 commented 6 years ago

As because when I try to , I get Cannot uninstall 'cartoonify'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

RafaelBehrens commented 6 years ago

Not sure if this is the right way to do it but I typed pip show cartoonify into the terminal, cd'd into the site-packages directory and then removed cartoonify from the terminal

dattasaurabh82 commented 6 years ago

Great. I removed few things from there and then also removed the binary from the usr/local/bin dir.