
Many Mac users use PyCharm to write and edit Python codes, but sometimes they don’t want to use it anymore to free up device storage or resolve app conflicts. Luckily, uninstalling this hybrid platform is straightforward, even for a newbie.
To uninstall PyCharm on Mac, launch it, and click “App Uninstaller” in the left pane. Click “Scan” and wait for all the apps to show up. Select “PyCharm” and its associated files/folders, and click “Clean”.
To simplify things, we took the time to write a comprehensive step-by-step guide on uninstalling PyCharm on Mac. We will also explore a few troubleshooting ways to fix PyCharm on your Mac computer.
Uninstalling PyCharm on Mac
If you don’t know how to uninstall PyCharm on Mac, our following 3 step-by-step methods will help you go through the entire process without much trouble.
Method #1: Uninstalling PyCharm With an App
The best way to uninstall PyCharm from your Mac computer is by using PowerMyMac app in the following way.
- Launch a browser, download, and open the PowerMyMac app.
- Click “App Uninstaller”.
- Select “Scan” and wait for all the apps to load.
- Select “PyCharm” and all its associated data.
- Click “Clean” and wait for a few seconds until all the files are deleted.
- Restart your Mac computer, and you’re done!
Method #2: Uninstalling PyCharm Manually
You can also uninstall PyCharm manually on your Mac and remove all the traces by doing these simple steps.
- Exit PyCharm on your computer along with the associated processes from the Activity Monitor.
- Select “Applications” from the “Go” drop-down menu and move PyCharm to Trash.
- Empty the Trash and open the Library folder from the “Go to Folder” sub-menu under “Go” at the top.
- Type “~/Library”, click “Go”, and delete all PyCharm data under the “Library/Application Support”, “Library/Caches”, and “Library/Preferences“ subfolders.
- Empty the Trash again, restart your Mac, and you’re done!
Method #3: Using the Mac Computer Terminal
It is also possible to uninstall PyCharm manually using your Mac computer Terminal in the following way.
- Head to the Applications folder on your Mac and move PyCharm to Trash.
- Open Mac Terminal and type the
~/Library/ -iname “*pycharm*”
command. - Verify that you only see the PyCharm-related results.
- Type the
find ~/Library –iname “*pycharm*” –exec rm –r “{}” \;
command to delete all the app’s associated IDE entries.
Troubleshooting PyCharm on Mac
Sometimes, PyCharm fails to open, or you simply cannot edit and complete code. In such cases, you can troubleshoot these issues instead of uninstalling the application on your Mac with these fixes.
Fix #1: Disabling the IdeaVim Plugin
If you cannot edit the code in PyCharm, disable the IdeaVim plugin on your Mac computer in the following way.
- Launch the PyCharm app.
- Click “PyCharm” in the menu bar.
- Select “Preferences”.
- Click “Plugins”.
- Click the “IdeaVim” plugin to disable it.
- Select “Apply”.
Fix #2: Turning Off the Power Saving Mode
To make PyCharm work correctly, follow these steps to turn off its power-saving mode on your Mac computer.
- Click “File” on the main menu.
- Select “Power Save Mode” to disable it, and now the functionality of PyCharm will resume.
Fix #3: Enabling the Diagrams Plugin
It might be possible that you cannot find the “Profile” command in the Run menu, so to fix this issue, enable the Diagrams plugin with these steps.
- Launch PyCharm and select the “File” menu.
- Click “Settings”.
- Choose “Plugins”.
- Select “Installed”.
- Enable the Diagrams plugin, and you’re done.
Also, the “Profile” command is only available in the PyCharm Professional edition, so if you use the Community or Educational edition, you will not find this option.
Summary
In this guide, we’ve discussed uninstalling PyCharm on a Mac computer using an app, through the Terminal commands, and from the Applications folder.
Hopefully, your query is resolved, and you can now quickly remove this IDE for Python scripting language and get rid of its traces as well.
Frequently Asked Questions
If you are starting your first Python project, launch the PyCharm app on your Mac computer, click “New Project”, choose the location where you want to save the file, deselect the “Create a main.py welcome script” box, and select “Create”.