I want to remove my old pycharm completely from my Ubuntu machine so my new installation will not be affected from previous settings. Any help will be appreciated
相关问题
- Why doesn't php sleep work in the windows-subs
- Installing Pydev for Eclipse throws error
- Error building gcc 4.8.3 from source: libstdc++.so
- what's the role of libopenssl-ruby?
- Docker why isn't $USER environment variable se
相关文章
- pycharm上传代码到github,为什么不能指定某一个项目,而是默认上传第一个项目
- 为什么nfs在不同版本的Linux下安装的文件都不一样
- Profiling Django with PyCharm
- How to fix this strange error: “RuntimeError: CUDA
- Pycharm Edu 无法运行代码
- Incompatible JavaHl library loaded
- PygraphViz Import Error With PyCharm
- Python - Node.js (V8) runtime is not available on
As Pycharm doesn't have any install or uninstall program for ubuntu, the best way to delete it completely is by deleting the directory into which you have unpacked it and the .PyCharmx.x directory.
if you have installed using ./pycharm.sh then
press ctrl+H to see the hidden folders in Home then go to .config then JetBrains there you delete the PyCharm folder
Now you can reinstall pycharm or enjoy your pycharm free PC :-)
If you installed by ./pycharm.sh
Remove all folder and files below :
And now you can reinstall new version, or having a clean pc without pycharm.