uninstall Pycharm Permanently deleted user 创建于 2011年11月16日 02:33 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
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.