uninstall Pycharm Follow
Hello all,
I was trying to install Pycharm on Ubuntu 11.04 and it was too complicated for a noob like me.
So, how to uninstall it, the files that the install program put some where (oh where oh where??).
tia,
mdm
Please sign in to leave a comment.
Hello Michael,
PyCharm doesn't have any install program on Ubuntu. To remove it completely,
you need to delete the directory into which you have unpacked it and the
directory ~/.PyCharm10
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Ok, great.
That's so much more graceful a way to handle an installation.
Strangely enough, I didn't find any pycharm on my machine.
I used: find / -iname '*pycharm* -print
(searched the whole drive!!), and nothing. I guess I did never installed it properly.
Thanks for the tip.